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)

Usage

Public Class ropDownImplementation
    Implements DropDown
End Class
Dim ropDownImplementation1 As New ropDownImplementation()

Syntax

Public Interface DropDown
public interface DropDown
public interface class DropDown
public interface DropDown
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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

DropDown Members