'Declaration
Protected Overridable Function ValidateCustomText( _ ByVal text As System.String _ ) As System.Boolean
'Usage
Dim instance As NNumericUpDown Dim text As System.String Dim value As System.Boolean value = instance.ValidateCustomText(text)
protected virtual System.bool ValidateCustomText( System.string text )
Parameters
- text