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

In This Topic
    InitialSelection Property (C1TextBox)
    In This Topic
    Gets or sets a value determines the selection position when a control receives input focus.
    Syntax
    'Declaration
     
    
    Public Property InitialSelection As InitialSelection
    public InitialSelection InitialSelection {get; set;}
    Remarks
    Default: InitialSelection.SelectAll.
    See Also