DropDown interface
Office 2013 and later
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)
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.
Show: