FormField.DropDown 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.
Returns a DropDown object that represents a drop-down form field.
public:
property Microsoft::Office::Interop::Word::DropDown ^ DropDown { Microsoft::Office::Interop::Word::DropDown ^ get(); };
public Microsoft.Office.Interop.Word.DropDown DropDown { get; }
member this.DropDown : Microsoft.Office.Interop.Word.DropDown
Public ReadOnly Property DropDown As DropDown
Property Value
Remarks
If the DropDown property is applied to a FormField object that isn't a drop-down form field, the property won't fail, but the Valid property for the returned object will be False.