ActiveEnd 列挙 (uiautomationcore.h)
SelectionActiveEnd テキスト属性に使用できる値が含まれます。これは、現在選択されているテキストを表すテキスト範囲に対するキャレットの位置を示します。
構文
typedef enum ActiveEnd {
ActiveEnd_None = 0,
ActiveEnd_Start = 1,
ActiveEnd_End = 2
} ;
定数
ActiveEnd_None 値: 0 キャレットはテキスト範囲の両端にありません。 |
ActiveEnd_Start 値: 1 キャレットはテキスト範囲の先頭にあります。 |
ActiveEnd_End 値: 2 キャレットはテキスト範囲の末尾にあります。 |
要件
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリ |UWP アプリ] |
Header | uiautomationcore.h (UIAutomation.h を含む) |