Input for WinForms | ComponentOne
C1.Win.Input Namespace / InitialSelection Enumeration

In This Topic
    InitialSelection Enumeration
    In This Topic
    Specifies the selection position when a control receives input focus.
    Syntax
    'Declaration
     
    
    Public Enum InitialSelection 
       Inherits System.Enum
    public enum InitialSelection : System.Enum 
    Members
    MemberDescription
    CaretAtEndNothing selected, the caret is moved at the end of the text.
    CaretAtStartNothing selected, the caret is moved at the beginning of the text.
    DefaultControl uses the behavior of a base text box.
    SelectAllThe whole text is selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.InitialSelection

    See Also