NevronOpenVision
Nevron.Nov.UI Namespace / NNumericUpDownTextBox Class
Fields Properties Methods Events


In This Topic
    NNumericUpDownTextBox Class Members
    In This Topic

    The following tables list the members exposed by NNumericUpDownTextBox.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NNumericUpDownTextBox.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the NumericUpDown that owns this text box  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the decimal separator to use in the numeric up/down.  
    Protected PropertyGets the minus sign to use in the numeric up/down.  
    Top
    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