'Declaration Public Function New( _ ByVal control As WinNumericTextBox _ )
'Usage Dim control As WinNumericTextBox Dim instance As New NumericViewer(control)
public NumericViewer( WinNumericTextBox control )
Parameters
- control
- The WinNumericTextBox control that will be used to view the content of cells which have a numeric data type.