Share via


DropDown.ListEntries Property 

Returns a ListEntries collection that represents all the items in a DropDown object.

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

Usage

Dim dropDown1 As DropDown

Dim returnValue As ListEntries
returnValue = dropDown1.ListEntries

Syntax

ReadOnly Property ListEntries() As ListEntries
ListEntries ListEntries {get;}
property ListEntries^ ListEntries{
    ListEntries^ get();
}
public ListEntries get_ListEntries();
function get ListEntries() : ListEntries;

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

DropDown Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

DropDown Members