SupportedTextSelection 列挙 (uiautomationcore.h)
サポートされているテキスト選択属性を指定する値が含まれます。
構文
typedef enum SupportedTextSelection {
SupportedTextSelection_None = 0,
SupportedTextSelection_Single = 1,
SupportedTextSelection_Multiple = 2
} ;
定数
SupportedTextSelection_None 値: 0 テキスト選択をサポートしません。 |
SupportedTextSelection_Single 値: 1 単一の連続テキスト選択をサポートします。 |
SupportedTextSelection_Multiple 値: 2 複数の非結合テキスト選択をサポートします。 |
要件
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcore.h (UIAutomation.h を含む) |