Back to Devexpress

ContentControlComboBox Members

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

latest4.7 KB
Original Source

ContentControlComboBox Members

Combo box content control.

Properties

NameDescription
AppearanceTypeGets or sets the appearance type of the content control. Inherited from ContentControlBase.
ColorGets or sets the color applied to the content control’s borders. Inherited from ContentControlBase.
ControlTypeIndicates the content control type. Inherited from ContentControlBase.
IsTemporarySpecifies whether to remove a content control from the active document when the user edits its contents. Inherited from ContentControlBase.
LockedGets or sets whether the user can delete a content control from the document. Inherited from ContentControlBase.
LockedContentGets or sets whether the user can edit the contents of a content control. Inherited from ContentControlBase.
RangeObtains a range where the content control is located. Inherited from ContentControlBase.
SelectedItemIndexSpecifies the selected item index. Inherited from ContentControlListBase.
TagSpecifies a tag of the content control. Inherited from ContentControlBase.
TitleSpecifies the content control title. Inherited from ContentControlBase.

Methods

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

DevExpress.XtraRichEdit.API.Native Namespace