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 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; }
member this.CheckboxState : bool with get, set
Public Property CheckboxState As Boolean
Property Value
Remarks
This property returns True if the selected check box is marked, and False if it is cleared.
For more information on smart documents, see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.