'Declaration Protected Function New( _ ByVal template As ThemedContainerControl _ )
'Usage Dim template As ThemedContainerControl Dim instance As New ThemedContainerControl(template)
protected ThemedContainerControl( ThemedContainerControl template )
Parameters
- template
- The ThemedContainerControl to use as a template.