ContentControl methods
Office 2013 and later
The ContentControl type exposes the following members.
| Name | Description | |
|---|---|---|
|
Copy | Copies the content control from the active document to the Clipboard. |
|
Cut | Removes the content control from the active document and moves the content control to the Clipboard. |
|
Delete | Deletes the specified content control and the contents of the content control. |
|
SetCheckedSymbol | Sets the symbol used to represent the checked state of a check box content control. |
|
SetPlaceholderText | Sets the placeholder text that displays in the content control until a user enters their own text. |
|
SetUncheckedSymbol | Sets the symbol used to represent the unchecked state of a check box content control. |
|
Ungroup | Removes a group content control from a document so that its child content controls are no longer nested and can be freely edited. |
Show: