Share via


KeyboardInputBuffer.SelectionLength Property

Definition

Gets the number of characters in the current selection in the input buffer.

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

Property Value

UInt32

unsigned int

uint32_t

The number of characters in the current selection, or 0 if there is no selection.

Applies to