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

In This Topic
    SelectionStart Property (C1TextBox)
    In This Topic
    Gets or sets the starting point of text selected in the text box.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    public int SelectionStart {get; set;}
    See Also