Click or drag to resize

SdtCheckBox Class

Office2010 SDT checkbox control properties.
Inheritance Hierarchy
System Object
Spire.Doc.Documents SdtControlProperties
Spire.Doc.Documents SdtCheckBox

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class SdtCheckBox : SdtControlProperties

The SdtCheckBox type exposes the following members.

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