'Declaration Public Function New( _ ByVal allowDropDown As Boolean _ )
'Usage Dim allowDropDown As Boolean Dim instance As New WinNumericTextBox(allowDropDown)
public WinNumericTextBox( bool allowDropDown )
Parameters
- allowDropDown
- true if the DropDownControl can be shown; false otherwise.