SmartTagAction.CheckboxState Property

Definition

Returns or sets a Boolean value that indicates whether a check box in a smart document is selected.

public:
 property bool CheckboxState { bool get(); void set(bool value); };
public bool CheckboxState { get; set; }
Public Property CheckboxState As Boolean

Property Value

Remarks

Setting the CheckboxState property to True selects the check box. Setting this property to False clears the check box.

Applies to