The abstract Content
public abstract class ContentControlFieldAdapter : FieldAdapterPublic MustInherit Class ContentControlFieldAdaper
Inherits FieldAdapter Introduced: X11.
| Constructor | Description |
|---|---|
| Content |
Initializes a new instance of the Content |
| Field | Description |
|---|---|
| TYPE_NAME | Represents the name of the respective field type.
(Inherited from Field |
| Method | Description |
|---|---|
| Show |
Opens the specific field options dialog box.
(Inherited from Field |
| Property | Description |
|---|---|
| Application |
Gets the adapted Application (Inherited from Field |
| Content |
Specifies whether the content of the content control field should be deletable or not. |
| Content |
Specifies whether the content of the content control field should be editable or not. |
| ID | Gets the ID of the specific field through its adapter.
(Inherited from Field |
| Id | Gets or sets the content control's id. |
| Length | Gets the number of characters in a text field through its adapter.
(Inherited from Field |
| Placeholder | Gets or sets the placeholder field part of the content control field. |
| Start | Gets the first character position (one-based) of the field through its adapter.
(Inherited from Field |
| Tag | Gets or sets the content control's tag. |
| Title | Gets or sets the content control's title. |
| Type | Gets or sets the type of the content control field. |
| Type |
Gets the field's type name of the specific field through its adapter.
(Inherited from Field |