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