ComponentOne Input for WinForms
InitialSelectionEnum Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : InitialSelectionEnum Enumeration
Used by C1TextBox.InitialSelection property.
Syntax
'Declaration
 
Public Enum InitialSelectionEnum 
   Inherits System.Enum
public enum InitialSelectionEnum : 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.
SelectAllThe whole text is selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.InitialSelectionEnum

See Also

Reference

C1.Win.C1Input Namespace