ContentControlComboBox Members
In This Article
#Properties
Name | Description |
---|---|
Appearance |
Gets or sets the appearance type of the content control.
Inherited from Content |
Color |
Gets or sets the color applied to the content control’s borders.
Inherited from Content |
Control |
Indicates the content control type.
Inherited from Content |
Is |
Specifies whether to remove a content control from the active document when the user edits its contents.
Inherited from Content |
Locked |
Gets or sets whether the user can delete a content control from the document.
Inherited from Content |
Locked |
Gets or sets whether the user can edit the contents of a content control.
Inherited from Content |
Range |
Obtains a range where the content control is located.
Inherited from Content |
Selected |
Specifies the selected item index.
Inherited from Content |
Tag |
Specifies a tag of the content control.
Inherited from Content |
Title |
Specifies the content control title.
Inherited from Content |
#Methods
Name | Description |
---|---|
Add |
Adds a new item to the list.
Inherited from Content |
Clear |
Removes all items from a list.
Inherited from Content |
Get |
Gets an item at the specified index in the list.
Inherited from Content |
Get |
Gets the number of items in the list.
Inherited from Content |
Get |
Gets text currently displayed by the content control.
Inherited from Content |
Remove |
Removes a list item at the specified index.
Inherited from Content |
Set |
Specifies the text currently displayed in the combo box. |
See Also