Class
CheckBoxProperties

Configures a structured document tag as an interactive check box with customizable checked and unchecked character glyphs.

Definition

Constructors

CheckBoxProperties()

Initializes a new instance of the CheckBoxProperties class.

Declaration

cs-api-definition
public CheckBoxProperties()

Properties

Checked

Gets or sets whether the check box is in a checked state, determining which glyph and font are displayed.

Declaration

cs-api-definition
public bool? Checked { get; set; }

Property Value

bool?

CheckedState

Gets or sets the character code and font used to render the check box when it is checked.

Declaration

cs-api-definition
public SdtCheckBoxState CheckedState { get; set; }

Property Value

SdtCheckBoxState

UncheckedState

Gets or sets the character code and font used to render the check box when it is unchecked.

Declaration

cs-api-definition
public SdtCheckBoxState UncheckedState { get; set; }

Property Value

SdtCheckBoxState