Back to Devexpress

ContentControlComboBox Methods

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-contentcontrolcombobox-dot-underscore-methods.md

latest2.2 KB
Original Source

ContentControlComboBox Methods

Combo box content control.

NameDescription
AddItem(String, String)Adds a new item to the list. Inherited from ContentControlListBase.
ClearItems()Removes all items from a list. Inherited from ContentControlListBase.
GetItem(Int32)Gets an item at the specified index in the list. Inherited from ContentControlListBase.
GetItemCount()Gets the number of items in the list. Inherited from ContentControlListBase.
GetText()Gets text currently displayed by the content control. Inherited from ContentControlListBase.
RemoveItemAt(Int32)Removes a list item at the specified index. Inherited from ContentControlListBase.
SetText(String)Specifies the text currently displayed in the combo box.

See Also

ContentControlComboBox Interface

ContentControlComboBox Members

DevExpress.XtraRichEdit.API.Native Namespace