DropDown Interface

Represents a drop-down form field that contains a list of items in a form.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020925-0000-0000-C000-000000000046")> _
Public Interface DropDown
'Usage
Dim instance As DropDown
[GuidAttribute("00020925-0000-0000-C000-000000000046")]
public interface DropDown

Remarks

Use FormFields(index), where index is the index number or the bookmark name associated with the drop-down form field, to return a single FormField object. Use the DropDown property with the FormField object to return a DropDown object.

The index number represents the position of the form field in the FormFields collection.

Use the Add method with the FormFields collection to add a drop-down form field.

See Also

Reference

DropDown Members

Microsoft.Office.Interop.Word Namespace