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