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


In This Topic
    NNumericUpDown Class Members
    In This Topic

    The following tables list the members exposed by NNumericUpDown.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DecimalPlacesProperty property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DefaultSizeMeasureValue property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NNumericUpDown.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Step property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TextBox child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TextSelectionModeProperty property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WheelIncDecMode property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of digits shown after the decimal point. By default set to 0, which means that the numeric up down supports only whole numbers.  
    Public PropertyGets or sets a value that is used to measure the default size of the numeric up down.  
    Public PropertyGets or sets the value of the Step property. By default set to 1.  
    Public PropertyGets or sets the text box.  
    Public PropertyGets or sets whether the caret will maintain its caret decimal position when updating the up down value with the up/down spinner  
    Public PropertyGets or sets the mode in which the numeric up down increases or decreases its value, when the user rotates the mouse wheel inside it. By default set to Always.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the Copy operation can be performed.  
    Public MethodDetermines whether the Cut operation can be performed.  
    Public MethodDetermines whether the Paste operation can be performed.  
    Public MethodCopies the currently selected content on the clipboard.  
    Public MethodCuts the currently selected content on the clipboard.  
    Public MethodPastes the content from the clipboard.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the numeric up down text box.  
    Protected MethodOverridden. Measures the numeric up down text box.  
    Protected MethodCalled when the DecimalPlaces property has changed.  
    Protected MethodOverridden. Overriden to update the owner numeric/up down value from the text box on Enter.  
    Protected MethodOverridden. Default handler for the NMouse.DownEvent event.  
    Protected MethodOverridden. Default handler for the mouse wheel events. Overriden to increase/decrease the value with the SmallChange.  
    Protected MethodOverridden. Handler for numeric updown spiner spin events  
    Protected MethodOverridden. Overriden to update the text box's text based on the new value.  
    Protected MethodOverridden. Overriden to return true.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also