Share via


コントロール型識別子

このトピックでは、Microsoft UI オートメーション コントロール型を識別するために使用される名前付き定数について説明します。

定数/値 説明
UIA_AppBarControlTypeId
50040
AppBar コントロールの種類を識別します。 Windows 8.1 以降でサポートされています。
UIA_ButtonControlTypeId
50000
ボタン コントロールの種類を識別します。
UIA_CalendarControlTypeId
50001
Calendar コントロールの種類を識別します。
UIA_CheckBoxControlTypeId
50002
CheckBox コントロールの種類を識別します。
UIA_ComboBoxControlTypeId
50003
ComboBox コントロールの種類を識別します。
UIA_CustomControlTypeId
50025
カスタム コントロールの種類を識別します。 詳細については、「 カスタム プロパティ、イベント、およびコントロール パターン」を参照してください。
UIA_DataGridControlTypeId
50028
DataGrid コントロールの種類を識別します。
UIA_DataItemControlTypeId
50029
DataItem コントロールの種類を識別します。
UIA_DocumentControlTypeId
50030
ドキュメント コントロールの種類を識別します。
UIA_EditControlTypeId
50004
エディット コントロールの種類を識別します。
UIA_GroupControlTypeId
50026
グループ コントロールの種類を識別します。
UIA_HeaderControlTypeId
50034
ヘッダー コントロールの種類を識別します。
UIA_HeaderItemControlTypeId
50035
HeaderItem コントロールの種類を識別します。
UIA_HyperlinkControlTypeId
50005
Hyperlink コントロールの種類を識別します。
UIA_ImageControlTypeId
50006
イメージ コントロールの種類を識別します。
UIA_ListControlTypeId
50008
List コントロールの種類を識別します。
UIA_ListItemControlTypeId
50007
ListItem コントロールの種類を識別します。
UIA_MenuBarControlTypeId
50010
MenuBar コントロールの種類を識別します。
UIA_MenuControlTypeId
50009
メニュー コントロールの種類を識別します。
UIA_MenuItemControlTypeId
50011
MenuItem コントロールの種類を識別します。
UIA_PaneControlTypeId
50033
Pane コントロールの種類を識別します。
UIA_ProgressBarControlTypeId
50012
ProgressBar コントロールの種類を識別します。
UIA_RadioButtonControlTypeId
50013
RadioButton コントロールの種類を識別します。
UIA_ScrollBarControlTypeId
50014
ScrollBar コントロールの種類を識別します。
UIA_SemanticZoomControlTypeId
50039
SemanticZoom コントロール型を識別します。 Windows 8 以降でサポートされています。
UIA_SeparatorControlTypeId
50038
区切り記号コントロールの種類を識別します。
UIA_SliderControlTypeId
50015
スライダー コントロールの種類を識別します。
UIA_SpinnerControlTypeId
50016
スピナー コントロールの種類を識別します。
UIA_SplitButtonControlTypeId
50031
SplitButton コントロールの種類を識別します。
UIA_StatusBarControlTypeId
50017
StatusBar コントロールの種類を識別します。
UIA_TabControlTypeId
50018
Tab コントロールの種類を識別します。
UIA_TabItemControlTypeId
50019
TabItem コントロールの種類を識別します。
UIA_TableControlTypeId
50036
Table コントロールの種類を識別します。
UIA_TextControlTypeId
50020
Text コントロールの種類を識別します。
UIA_ThumbControlTypeId
50027
Thumb コントロールの種類を識別します。
UIA_TitleBarControlTypeId
50037
TitleBar コントロールの種類を識別します。
UIA_ToolBarControlTypeId
50021
ToolBar コントロールの種類を識別します。
UIA_ToolTipControlTypeId
50022
ToolTip コントロールの種類を識別します。
UIA_TreeControlTypeId
50023
ツリー コントロールの種類を識別します。
UIA_TreeItemControlTypeId
50024
TreeItem コントロールの種類を識別します。
UIA_WindowControlTypeId
50032
Window コントロールの種類を識別します。

要件

要件
サポートされている最小のクライアント
Windows XP [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2003 [デスクトップ アプリのみ]
Header
UIAutomationClient.h

関連項目

UI オートメーション コントロール型の概要

UI オートメーション定数