Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1TextBox)
    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