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