Skip to main content
All docs
V25.1
  • ContentControlListBase Methods

    Exposes base members for combo box and drop-down list content controls.
    Name Description
    AddItem(String, String) Adds a new item to the list.
    ClearItems() Removes all items from a list.
    GetItem(Int32) Gets an item at the specified index in the list.
    GetItemCount() Gets the number of items in the list.
    GetText() Gets text currently displayed by the content control.
    RemoveItemAt(Int32) Removes a list item at the specified index.
    See Also