SdtCheckBox module
- class SdtCheckBox.SdtCheckBox
Bases:
SdtControlPropertiesRepresents a checkbox control.
- property Checked: bool
Gets or sets a value indicating whether the checkbox is in the checked state.
- property CheckedStateCharacterCode: int
Gets or sets the character code used for the checked state.
- property CheckedStateFontName: str
Gets or sets the font name used for the checked state.
- static DefaultCheckedState() int
Gets the default checked state.
- static DefaultFontName() str
Gets the default font name.
- static DefaultUncheckedState() int
Gets the default unchecked state.
- property UnCheckedStateCharacterCode: int
Gets or sets the character code used for the unchecked state.
- property UnCheckedStateFontName: str
Gets or sets the font name used for the unchecked state.
