SdtCheckBox
DefaultUncheckedState Field
|
Represents the default character used to denote an unchecked state, typically a square or open box symbol.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public const char DefaultUncheckedState = '☐'
Public Const DefaultUncheckedState As Char = "☐"C
public:
literal wchar_t DefaultUncheckedState = '☐'
static val mutable DefaultUncheckedState: char
Field Value
Type:
Char
See Also