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)

Syntax

'Declaration
ReadOnly Property DropDown As DropDown
    Get
'Usage
Dim instance As FormField
Dim value As DropDown

value = instance.DropDown
DropDown DropDown { get; }

Property Value

Type: Microsoft.Office.Interop.Word.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.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace