'Declaration Public Function Add( _ ByVal type As ContentControlType, _ Optional ByVal fillContent As System.Boolean _ ) As ContentControl
public ContentControl Add( ContentControlType type, System.bool fillContent )
Parameters
- type
- The new content control type.
- fillContent
- Whether to fill the new control content with default data.
Return Value
The added ContentControl.