Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENNumericUpDownTextSelectionMode Enumeration


In This Topic
    ENNumericUpDownTextSelectionMode Enumeration
    In This Topic
    Enumerates te numeric up down caret position modes
    Syntax
    'Declaration
     
    
    Public Enum ENNumericUpDownTextSelectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNumericUpDownTextSelectionMode
    public enum ENNumericUpDownTextSelectionMode : System.Enum 
    Members
    MemberDescription
    MaintainDecimalPositionMaintains the relatieve decimal position of the caret on value change
    ResetOnChangeResets the position on value change
    SelectTextSelects the text on value change
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENNumericUpDownTextSelectionMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also