SmartTagAction.CheckboxState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.