ContentControlBase::Delete Method (Boolean)
Deletes a dynamically created content control from the document and removes it from the ControlCollection in the document.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Parameters
- deleteContent
-
Type:
System::Boolean
true to delete the contents of the control; false to leave the contents of the control in the document.
| Exception | Condition |
|---|---|
| CannotRemoveControlException | The content control was added to the document at design time. |
This method should only be used to delete a content control that is created programmatically at run time. An exception is thrown if you call this method on a content control that is added to the document at design time.
Show: