FormField.CheckBox Property
Returns a CheckBox object that represents a check box form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CheckBox As CheckBox
Get
'Usage
Dim instance As FormField
Dim value As CheckBox
value = instance.CheckBox
CheckBox CheckBox { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CheckBox
Remarks
If the CheckBox property is applied to a FormField object that isn't a check box form field, the property won't fail, but the Valid property for the returned object will be False.