C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InitialSelection Enumeration

InitialSelection Enumeration
Specifies the selection position when a control receives input focus.
Syntax
'Declaration
 
Public Enum InitialSelection 
   Inherits 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.
SelectionStartNothing selected, the caret is moved at the SelectionStart position.
Inheritance Hierarchy

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

See Also