ControlCollection.AddDatePickerContentControl Method
Include Protected Members
Include Inherited Members
Adds a new DatePickerContentControl 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 | |
---|---|---|
AddDatePickerContentControl(String) | Adds a new DatePickerContentControl at the current selection in the document. | |
AddDatePickerContentControl(ContentControl, String) | Adds a new DatePickerContentControl to the collection. The new control is based on a native content control that is already in the document. | |
AddDatePickerContentControl(Range, String) | Adds a new DatePickerContentControl at the specified range in the document. |
Top