SdtCheckBox
DefaultCheckedState Field
|
Represents the default checked state character, which is the Unicode character '☑' (U+2612).
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public const char DefaultCheckedState = '☒'
Public Const DefaultCheckedState As Char = "☒"C
public:
literal wchar_t DefaultCheckedState = '☒'
static val mutable DefaultCheckedState: char
Field Value
Type:
Char
See Also