ContentControlBase Properties
Exposes basic members for content controls.| Name | Description |
|---|---|
| AppearanceType | Gets or sets the appearance type of the content control. |
| Color | Gets or sets the color applied to the content control’s borders. |
| ControlType | Indicates the content control type. |
| IsTemporary | Specifies whether to remove a content control from the active document when the user edits its contents. |
| Locked | Gets or sets whether the user can delete a content control from the document. |
| LockedContent | Gets or sets whether the user can edit the contents of a content control. |
| Range | Obtains a range where the content control is located. |
| Tag | Specifies a tag of the content control. |
| Title | Specifies the content control title. |
See Also