The DropDownListContentControl implements the MS Word specific drop down list content control field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

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

Introduced: X11.

Constructors

Constructor Description
DropDownListContentControl Initializes a new instance of the DropDownListContentControl 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 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)