SmartTagAction.CheckboxState Property
Returns or sets a Boolean that indicates whether a check box in a smart document is selected.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CheckboxState As Boolean
Get
Set
'Usage
Dim instance As SmartTagAction
Dim value As Boolean
value = instance.CheckboxState
instance.CheckboxState = value
bool CheckboxState { get; set; }
Property Value
Type: System.Boolean
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.