CheckBox.Valid Property

Returns a value that indicates if the specified form field object is a valid check box form field.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Default Property Valid As Boolean
    Get
'Usage
Dim instance As CheckBox
Dim value As Boolean

value = instance
bool this { get; }

Property Value

Type: System.Boolean

Remarks

Use the Type property of the FormField object to determine the type of form field (wdFieldFormCheckBox, wdFieldFormDropDown, or wdFieldFormTextInput) before applying the CheckBox property. This precaution ensures that the FormField object is the expected type.

See Also

Reference

CheckBox Interface

CheckBox Members

Microsoft.Office.Interop.Word Namespace