FormField.DropDown Property 

Returns a DropDown object that represents a drop-down form field.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim formField1 As FormField

Dim returnValue As DropDown
returnValue = formField1.DropDown

Syntax

ReadOnly Property DropDown() As DropDown
DropDown DropDown {get;}
property DropDown^ DropDown{
    DropDown^ get();
}
public DropDown get_DropDown();
function get DropDown() : DropDown;

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

FormField Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

FormField Members