The ComboBoxContentControl implements the MS Word specific combo box content control field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

public sealed class ComboBoxContentControl  : ContentControlFieldAdapter
Public NotInheritable Class ComboBoxContentControl
  Inherits ContentControlFieldAdapter

Introduced: X11.

Constructors

Constructor Description
ComboBoxContentControl Initializes a new instance of the ComboBoxContentControl class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from ContentControlFieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from ContentControlFieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from ContentControlFieldAdapter)
ContentDeletable Specifies whether the content of the content control field should be deletable or not.
(Inherited from ContentControlFieldAdapter)
ContentEditable Specifies whether the content of the content control field should be editable or not.
(Inherited from ContentControlFieldAdapter)
ID Gets the ID of the specific field through its adapter.
(Inherited from ContentControlFieldAdapter)
Id Gets or sets the content control's id.
(Inherited from ContentControlFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from ContentControlFieldAdapter)
ListItems Gets or sets the list items of the combo box content control field.
Placeholder Gets or sets the placeholder field part of the content control field.
(Inherited from ContentControlFieldAdapter)
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from ContentControlFieldAdapter)
Tag Gets or sets the content control's tag.
(Inherited from ContentControlFieldAdapter)
Title Gets or sets the content control's title.
(Inherited from ContentControlFieldAdapter)
Type Gets or sets the type of the content control field.
(Inherited from ContentControlFieldAdapter)
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from ContentControlFieldAdapter)