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