DropDown.Valid 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.
Determines if the specified form field object is a valid check box form field.
public:
property bool default { bool get(); };
public bool this { get; }
member this.Valid : bool
Default Public ReadOnly Property Valid As Boolean
Property Value
Remarks
This property returns True if the specified form field object is a valid check box form field, and False if not.
For the CheckBox, DropDown, and TextInput objects, use the Type property of the FormField object to determine the type of form field (wdFieldFormCheckBox, wdFieldFormDropDown, or wdFieldFormTextInput) before applying the CheckBox, DropDown, or TextInput property. This precaution ensures that the FormField object is the expected type.