NevronOpenVision
Nevron.Nov.UI Namespace / NNumericUpDownTextBox Class


NNumericUpDownTextBox Class Methods

For a list of all members of this type, see NNumericUpDownTextBox members.

Protected Methods
 NameDescription
Protected MethodChecks whether the specified character is valid for the numeric/up down and should be accepted.  
Protected MethodOverridden. Measures the content of this textbox.  
Protected MethodOverridden. Overriden to accept only valid characters (i.e. numbers, decimal separator and minus sign).  
Protected MethodOverridden. Overriden to update the owner numeric/up down value from the text box on Enter.  
Protected MethodOverridden. Overriden to update the owner numeric/up down value.  
Protected MethodOverridden. Default handler for the mouse wheel event. Overriden to increase or decrease the value of the numeric up down that owns this text box.  
Protected MethodUpdates the owner numeric up/down value from the text of this numeric up/down text box.  
Top
See Also