ContentControlListEntry Object Members

Word Developer Reference

A ContentControlListEntry object represents a list item in a drop-down list or combo box content control. A ContentControlListEntry object is a member of the ContentControlListEntries collection for a ContentControl object.

Methods

  Name Description
Bb257509.methods(en-us,office.12).gif Delete Deletes the specified item in a combo box or drop-down list content control.
Bb257509.methods(en-us,office.12).gif MoveDown Moves an item in a drop-down list or combo box content control down one item, so that it is after the item that originally followed it.
Bb257509.methods(en-us,office.12).gif MoveUp Moves an item in a drop-down list or combo box content control up one item, so that it is before the item that originally preceded it.
Bb257509.methods(en-us,office.12).gif Select Selects the list entry in a drop-down list or combo box content control and sets the text of the content control to the value of the item.

Properties

  Name Description
Bb257509.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257509.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Bb257509.properties(en-us,office.12).gif Index Returns or sets a Long that represents the ordinal position of a content control list item in the collection of list items. Read/write.
Bb257509.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified ContentControlListEntry object.
Bb257509.properties(en-us,office.12).gif Text Returns or sets a String that represents the display text of a list item for a drop-down list or combo box content control. Read/write.
Bb257509.properties(en-us,office.12).gif Value Returns or sets a String that represents the programmatic value of an item in a drop-down list or combo box content control. Read/write.