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