| SdtCheckBox Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc.Documents
 Syntax
Syntax
 
The SdtCheckBox type exposes the following members.
 Constructors
Constructors
 
| Name | Description | |
|---|---|---|
|   | SdtCheckBox | 
 Initializes a new instance of the SdtCheckBox class.
 | 
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Checked | 
 Indicates if checkbox is in checked state.
 | 
|   | CheckedStateCharacterCode | 
 Character code used for checked state.
 | 
|   | CheckedStateFontName | 
 Font name used for checked state.
 | 
|   | UnCheckedStateCharacterCode | 
 Character code used for unchecked state.
 | 
|   | UnCheckedStateFontName | 
 Font name used for unchecked state.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 Fields
Fields
 
| Name | Description | |
|---|---|---|
|     | DefaultCheckedState | 
 Represents the default checked state character, which is the Unicode character '☑' (U+2612).
 | 
|     | DefaultFontName | 
 Represents the default font name used in the application, which is "MS Gothic".
 | 
|     | DefaultUncheckedState | 
 Represents the default character used to denote an unchecked state, typically a square or open box symbol.
 | 
 See Also
See Also