[]
        
(Showing Draft Content)

C1.Win.C1Input.InitialSelectionEnum

InitialSelectionEnum Enum

Used by InitialSelection property.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public enum InitialSelectionEnum

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.

Default

Control uses the behavior of a base text box.

SelectAll

The whole text is selected.