DropDown.Valid Property
Word Developer Reference |
True if the specified form field object is a valid drop down form field. Read-only Boolean.
Syntax
expression.Valid
expression Required. An expression that returns a DropDown object.
Remarks
Use the Type property of the FormField object to determine the type of form field (wdFieldFormDropDown) before applying the DropDown property. This precaution ensures that the FormField object is of the expected type.
See Also