[]
        
(Showing Draft Content)

C1.Win.InputPanel.InitialSelection

InitialSelection Enum

Specifies the selection position when a control receives input focus.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public enum InitialSelection

Fields

Name Description
CaretAtEnd

Nothing selected, the caret is moved at the end of the text.

CaretAtStart

Nothing selected, the caret is moved at the beginning of the text.

SelectAll

The whole text is selected.

SelectionStart

Nothing selected, the caret is moved at the SelectionStart position.