ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1NumericEdit)
    In This Topic
    Gets or sets the number of characters selected in the text box.
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    public int SelectionLength {get; set;}
    See Also