Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNumericUpDown Class / TextSelectionMode Property


In This Topic
    TextSelectionMode Property
    In This Topic
    Gets or sets whether the caret will maintain its caret decimal position when updating the up down value with the up/down spinner
    Syntax
    'Declaration
     
    
    Public Property TextSelectionMode As ENNumericUpDownTextSelectionMode
    'Usage
     
    
    Dim instance As NNumericUpDown
    Dim value As ENNumericUpDownTextSelectionMode
     
    instance.TextSelectionMode = value
     
    value = instance.TextSelectionMode
    public ENNumericUpDownTextSelectionMode TextSelectionMode {get; set;}
    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