ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1NumericBox)
    In This Topic
    Gets or sets the number of characters in the current selection in the C1NumericBox.
    Syntax
    'Declaration
     
    Public Property SelectionLength As System.Integer
    public System.int SelectionLength {get; set;}
    See Also