次の方法で共有


KeyboardInputBuffer.SelectionStart プロパティ

定義

入力バッファーで選択されているテキストの開始位置を取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

現在の選択範囲の開始位置。

適用対象