ControlCollection.AddRichTextContentControl Method
Include Protected Members
Include Inherited Members
Adds a new RichTextContentControl to the document.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddRichTextContentControl(String) | Adds a new RichTextContentControl at the current selection in the document. | |
AddRichTextContentControl(ContentControl, String) | Adds a new RichTextContentControl that is based on a native content control in the document. | |
AddRichTextContentControl(Range, String) | Adds a new RichTextContentControl at the specified range in the document. |
Top