CoreSelectionChangedEventArgs.Start Property

Definition

Gets the index of the start of the selected text in the input buffer.

public:
 property unsigned int Start { unsigned int get(); };
uint32_t Start();
public uint Start { get; }
var uInt32 = coreSelectionChangedEventArgs.start;
Public ReadOnly Property Start As UInteger

Property Value

UInt32

unsigned int

uint32_t

The index of the start of the selected text.

Applies to