SmartTagAction.CheckboxState Property

Definition

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.

Applies to