KeyboardInputBuffer.SelectionStart Property

Definition

Gets the starting position of the text selected in the input buffer.

public:
 property unsigned int SelectionStart { unsigned int get(); };
uint32_t SelectionStart();
public uint SelectionStart { get; }
var uInt32 = keyboardInputBuffer.selectionStart;
Public ReadOnly Property SelectionStart As UInteger

Property Value

UInt32

unsigned int

uint32_t

The starting position of the current selection.

Applies to