Share via


ContentControlListEntries Members

Include Protected Members
Include Inherited Members

The ContentControlListEntries collection contains ContentControlListEntry objects that represent the items in a drop-down list or combo box content control.

The ContentControlListEntries type exposes the following members.

Methods

  Name Description
Public method Add Adds a new list item to a drop-down list or combo box content control and returns a ContentControlListEntry object.
Public method Clear Clears all items from a drop-down list or combo box content control.
Public method GetEnumerator (Inherited from IEnumerable.)

Top

Properties

  Name Description
Public property Application Returns an _Application object that represents the Microsoft Word application.
Public property Count Returns the number of items in the ContentControlListEntries collection. Read-only.
Public property Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only.
Public property Item Returns the specified item in the collection.
Public property Parent Returns the parent object of the specified ContentControlListEntries object.

Top

See Also

Reference

ContentControlListEntries Interface

Microsoft.Office.Interop.Word Namespace