Skip to main content
All docs
V23.2

ContentControlComboBox Members

Combo box content control.

Properties

Name Description
AppearanceType Gets or sets the appearance type of the content control. Inherited from ContentControlBase.
Color Gets or sets the color applied to the content control’s borders. Inherited from ContentControlBase.
ControlType Indicates the content control type. Inherited from ContentControlBase.
IsTemporary Specifies whether to remove a content control from the active document when the user edits its contents. Inherited from ContentControlBase.
Locked Gets or sets whether the user can delete a content control from the document. Inherited from ContentControlBase.
LockedContent Gets or sets whether the user can edit the contents of a content control. Inherited from ContentControlBase.
Range Obtains a range where the content control is located. Inherited from ContentControlBase.
SelectedItemIndex Specifies the selected item index. Inherited from ContentControlListBase.
Tag Specifies a tag of the content control. Inherited from ContentControlBase.
Title Specifies the content control title. Inherited from ContentControlBase.

Methods

Name Description
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