ホーム › UI.Accessibility › UIA_CONTROLTYPE_ID
UIA_CONTROLTYPE_ID
列挙型メンバー 41
| 名前 | 10進 | 16進 |
|---|---|---|
| UIA_ButtonControlTypeId | 50000 | 0xC350 |
| UIA_CalendarControlTypeId | 50001 | 0xC351 |
| UIA_CheckBoxControlTypeId | 50002 | 0xC352 |
| UIA_ComboBoxControlTypeId | 50003 | 0xC353 |
| UIA_EditControlTypeId | 50004 | 0xC354 |
| UIA_HyperlinkControlTypeId | 50005 | 0xC355 |
| UIA_ImageControlTypeId | 50006 | 0xC356 |
| UIA_ListItemControlTypeId | 50007 | 0xC357 |
| UIA_ListControlTypeId | 50008 | 0xC358 |
| UIA_MenuControlTypeId | 50009 | 0xC359 |
| UIA_MenuBarControlTypeId | 50010 | 0xC35A |
| UIA_MenuItemControlTypeId | 50011 | 0xC35B |
| UIA_ProgressBarControlTypeId | 50012 | 0xC35C |
| UIA_RadioButtonControlTypeId | 50013 | 0xC35D |
| UIA_ScrollBarControlTypeId | 50014 | 0xC35E |
| UIA_SliderControlTypeId | 50015 | 0xC35F |
| UIA_SpinnerControlTypeId | 50016 | 0xC360 |
| UIA_StatusBarControlTypeId | 50017 | 0xC361 |
| UIA_TabControlTypeId | 50018 | 0xC362 |
| UIA_TabItemControlTypeId | 50019 | 0xC363 |
| UIA_TextControlTypeId | 50020 | 0xC364 |
| UIA_ToolBarControlTypeId | 50021 | 0xC365 |
| UIA_ToolTipControlTypeId | 50022 | 0xC366 |
| UIA_TreeControlTypeId | 50023 | 0xC367 |
| UIA_TreeItemControlTypeId | 50024 | 0xC368 |
| UIA_CustomControlTypeId | 50025 | 0xC369 |
| UIA_GroupControlTypeId | 50026 | 0xC36A |
| UIA_ThumbControlTypeId | 50027 | 0xC36B |
| UIA_DataGridControlTypeId | 50028 | 0xC36C |
| UIA_DataItemControlTypeId | 50029 | 0xC36D |
| UIA_DocumentControlTypeId | 50030 | 0xC36E |
| UIA_SplitButtonControlTypeId | 50031 | 0xC36F |
| UIA_WindowControlTypeId | 50032 | 0xC370 |
| UIA_PaneControlTypeId | 50033 | 0xC371 |
| UIA_HeaderControlTypeId | 50034 | 0xC372 |
| UIA_HeaderItemControlTypeId | 50035 | 0xC373 |
| UIA_TableControlTypeId | 50036 | 0xC374 |
| UIA_TitleBarControlTypeId | 50037 | 0xC375 |
| UIA_SeparatorControlTypeId | 50038 | 0xC376 |
| UIA_SemanticZoomControlTypeId | 50039 | 0xC377 |
| UIA_AppBarControlTypeId | 50040 | 0xC378 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum UIA_CONTROLTYPE_ID : int {
UIA_ButtonControlTypeId = 50000,
UIA_CalendarControlTypeId = 50001,
UIA_CheckBoxControlTypeId = 50002,
UIA_ComboBoxControlTypeId = 50003,
UIA_EditControlTypeId = 50004,
UIA_HyperlinkControlTypeId = 50005,
UIA_ImageControlTypeId = 50006,
UIA_ListItemControlTypeId = 50007,
UIA_ListControlTypeId = 50008,
UIA_MenuControlTypeId = 50009,
UIA_MenuBarControlTypeId = 50010,
UIA_MenuItemControlTypeId = 50011,
UIA_ProgressBarControlTypeId = 50012,
UIA_RadioButtonControlTypeId = 50013,
UIA_ScrollBarControlTypeId = 50014,
UIA_SliderControlTypeId = 50015,
UIA_SpinnerControlTypeId = 50016,
UIA_StatusBarControlTypeId = 50017,
UIA_TabControlTypeId = 50018,
UIA_TabItemControlTypeId = 50019,
UIA_TextControlTypeId = 50020,
UIA_ToolBarControlTypeId = 50021,
UIA_ToolTipControlTypeId = 50022,
UIA_TreeControlTypeId = 50023,
UIA_TreeItemControlTypeId = 50024,
UIA_CustomControlTypeId = 50025,
UIA_GroupControlTypeId = 50026,
UIA_ThumbControlTypeId = 50027,
UIA_DataGridControlTypeId = 50028,
UIA_DataItemControlTypeId = 50029,
UIA_DocumentControlTypeId = 50030,
UIA_SplitButtonControlTypeId = 50031,
UIA_WindowControlTypeId = 50032,
UIA_PaneControlTypeId = 50033,
UIA_HeaderControlTypeId = 50034,
UIA_HeaderItemControlTypeId = 50035,
UIA_TableControlTypeId = 50036,
UIA_TitleBarControlTypeId = 50037,
UIA_SeparatorControlTypeId = 50038,
UIA_SemanticZoomControlTypeId = 50039,
UIA_AppBarControlTypeId = 50040
} UIA_CONTROLTYPE_ID;public enum UIA_CONTROLTYPE_ID : int
{
UIA_ButtonControlTypeId = 50000,
UIA_CalendarControlTypeId = 50001,
UIA_CheckBoxControlTypeId = 50002,
UIA_ComboBoxControlTypeId = 50003,
UIA_EditControlTypeId = 50004,
UIA_HyperlinkControlTypeId = 50005,
UIA_ImageControlTypeId = 50006,
UIA_ListItemControlTypeId = 50007,
UIA_ListControlTypeId = 50008,
UIA_MenuControlTypeId = 50009,
UIA_MenuBarControlTypeId = 50010,
UIA_MenuItemControlTypeId = 50011,
UIA_ProgressBarControlTypeId = 50012,
UIA_RadioButtonControlTypeId = 50013,
UIA_ScrollBarControlTypeId = 50014,
UIA_SliderControlTypeId = 50015,
UIA_SpinnerControlTypeId = 50016,
UIA_StatusBarControlTypeId = 50017,
UIA_TabControlTypeId = 50018,
UIA_TabItemControlTypeId = 50019,
UIA_TextControlTypeId = 50020,
UIA_ToolBarControlTypeId = 50021,
UIA_ToolTipControlTypeId = 50022,
UIA_TreeControlTypeId = 50023,
UIA_TreeItemControlTypeId = 50024,
UIA_CustomControlTypeId = 50025,
UIA_GroupControlTypeId = 50026,
UIA_ThumbControlTypeId = 50027,
UIA_DataGridControlTypeId = 50028,
UIA_DataItemControlTypeId = 50029,
UIA_DocumentControlTypeId = 50030,
UIA_SplitButtonControlTypeId = 50031,
UIA_WindowControlTypeId = 50032,
UIA_PaneControlTypeId = 50033,
UIA_HeaderControlTypeId = 50034,
UIA_HeaderItemControlTypeId = 50035,
UIA_TableControlTypeId = 50036,
UIA_TitleBarControlTypeId = 50037,
UIA_SeparatorControlTypeId = 50038,
UIA_SemanticZoomControlTypeId = 50039,
UIA_AppBarControlTypeId = 50040,
}Public Enum UIA_CONTROLTYPE_ID As Integer
UIA_ButtonControlTypeId = 50000
UIA_CalendarControlTypeId = 50001
UIA_CheckBoxControlTypeId = 50002
UIA_ComboBoxControlTypeId = 50003
UIA_EditControlTypeId = 50004
UIA_HyperlinkControlTypeId = 50005
UIA_ImageControlTypeId = 50006
UIA_ListItemControlTypeId = 50007
UIA_ListControlTypeId = 50008
UIA_MenuControlTypeId = 50009
UIA_MenuBarControlTypeId = 50010
UIA_MenuItemControlTypeId = 50011
UIA_ProgressBarControlTypeId = 50012
UIA_RadioButtonControlTypeId = 50013
UIA_ScrollBarControlTypeId = 50014
UIA_SliderControlTypeId = 50015
UIA_SpinnerControlTypeId = 50016
UIA_StatusBarControlTypeId = 50017
UIA_TabControlTypeId = 50018
UIA_TabItemControlTypeId = 50019
UIA_TextControlTypeId = 50020
UIA_ToolBarControlTypeId = 50021
UIA_ToolTipControlTypeId = 50022
UIA_TreeControlTypeId = 50023
UIA_TreeItemControlTypeId = 50024
UIA_CustomControlTypeId = 50025
UIA_GroupControlTypeId = 50026
UIA_ThumbControlTypeId = 50027
UIA_DataGridControlTypeId = 50028
UIA_DataItemControlTypeId = 50029
UIA_DocumentControlTypeId = 50030
UIA_SplitButtonControlTypeId = 50031
UIA_WindowControlTypeId = 50032
UIA_PaneControlTypeId = 50033
UIA_HeaderControlTypeId = 50034
UIA_HeaderItemControlTypeId = 50035
UIA_TableControlTypeId = 50036
UIA_TitleBarControlTypeId = 50037
UIA_SeparatorControlTypeId = 50038
UIA_SemanticZoomControlTypeId = 50039
UIA_AppBarControlTypeId = 50040
End Enumimport enum
class UIA_CONTROLTYPE_ID(enum.IntEnum):
UIA_ButtonControlTypeId = 50000
UIA_CalendarControlTypeId = 50001
UIA_CheckBoxControlTypeId = 50002
UIA_ComboBoxControlTypeId = 50003
UIA_EditControlTypeId = 50004
UIA_HyperlinkControlTypeId = 50005
UIA_ImageControlTypeId = 50006
UIA_ListItemControlTypeId = 50007
UIA_ListControlTypeId = 50008
UIA_MenuControlTypeId = 50009
UIA_MenuBarControlTypeId = 50010
UIA_MenuItemControlTypeId = 50011
UIA_ProgressBarControlTypeId = 50012
UIA_RadioButtonControlTypeId = 50013
UIA_ScrollBarControlTypeId = 50014
UIA_SliderControlTypeId = 50015
UIA_SpinnerControlTypeId = 50016
UIA_StatusBarControlTypeId = 50017
UIA_TabControlTypeId = 50018
UIA_TabItemControlTypeId = 50019
UIA_TextControlTypeId = 50020
UIA_ToolBarControlTypeId = 50021
UIA_ToolTipControlTypeId = 50022
UIA_TreeControlTypeId = 50023
UIA_TreeItemControlTypeId = 50024
UIA_CustomControlTypeId = 50025
UIA_GroupControlTypeId = 50026
UIA_ThumbControlTypeId = 50027
UIA_DataGridControlTypeId = 50028
UIA_DataItemControlTypeId = 50029
UIA_DocumentControlTypeId = 50030
UIA_SplitButtonControlTypeId = 50031
UIA_WindowControlTypeId = 50032
UIA_PaneControlTypeId = 50033
UIA_HeaderControlTypeId = 50034
UIA_HeaderItemControlTypeId = 50035
UIA_TableControlTypeId = 50036
UIA_TitleBarControlTypeId = 50037
UIA_SeparatorControlTypeId = 50038
UIA_SemanticZoomControlTypeId = 50039
UIA_AppBarControlTypeId = 50040// UIA_CONTROLTYPE_ID
pub const UIA_ButtonControlTypeId: i32 = 50000;
pub const UIA_CalendarControlTypeId: i32 = 50001;
pub const UIA_CheckBoxControlTypeId: i32 = 50002;
pub const UIA_ComboBoxControlTypeId: i32 = 50003;
pub const UIA_EditControlTypeId: i32 = 50004;
pub const UIA_HyperlinkControlTypeId: i32 = 50005;
pub const UIA_ImageControlTypeId: i32 = 50006;
pub const UIA_ListItemControlTypeId: i32 = 50007;
pub const UIA_ListControlTypeId: i32 = 50008;
pub const UIA_MenuControlTypeId: i32 = 50009;
pub const UIA_MenuBarControlTypeId: i32 = 50010;
pub const UIA_MenuItemControlTypeId: i32 = 50011;
pub const UIA_ProgressBarControlTypeId: i32 = 50012;
pub const UIA_RadioButtonControlTypeId: i32 = 50013;
pub const UIA_ScrollBarControlTypeId: i32 = 50014;
pub const UIA_SliderControlTypeId: i32 = 50015;
pub const UIA_SpinnerControlTypeId: i32 = 50016;
pub const UIA_StatusBarControlTypeId: i32 = 50017;
pub const UIA_TabControlTypeId: i32 = 50018;
pub const UIA_TabItemControlTypeId: i32 = 50019;
pub const UIA_TextControlTypeId: i32 = 50020;
pub const UIA_ToolBarControlTypeId: i32 = 50021;
pub const UIA_ToolTipControlTypeId: i32 = 50022;
pub const UIA_TreeControlTypeId: i32 = 50023;
pub const UIA_TreeItemControlTypeId: i32 = 50024;
pub const UIA_CustomControlTypeId: i32 = 50025;
pub const UIA_GroupControlTypeId: i32 = 50026;
pub const UIA_ThumbControlTypeId: i32 = 50027;
pub const UIA_DataGridControlTypeId: i32 = 50028;
pub const UIA_DataItemControlTypeId: i32 = 50029;
pub const UIA_DocumentControlTypeId: i32 = 50030;
pub const UIA_SplitButtonControlTypeId: i32 = 50031;
pub const UIA_WindowControlTypeId: i32 = 50032;
pub const UIA_PaneControlTypeId: i32 = 50033;
pub const UIA_HeaderControlTypeId: i32 = 50034;
pub const UIA_HeaderItemControlTypeId: i32 = 50035;
pub const UIA_TableControlTypeId: i32 = 50036;
pub const UIA_TitleBarControlTypeId: i32 = 50037;
pub const UIA_SeparatorControlTypeId: i32 = 50038;
pub const UIA_SemanticZoomControlTypeId: i32 = 50039;
pub const UIA_AppBarControlTypeId: i32 = 50040;// UIA_CONTROLTYPE_ID
const (
UIA_ButtonControlTypeId int32 = 50000
UIA_CalendarControlTypeId int32 = 50001
UIA_CheckBoxControlTypeId int32 = 50002
UIA_ComboBoxControlTypeId int32 = 50003
UIA_EditControlTypeId int32 = 50004
UIA_HyperlinkControlTypeId int32 = 50005
UIA_ImageControlTypeId int32 = 50006
UIA_ListItemControlTypeId int32 = 50007
UIA_ListControlTypeId int32 = 50008
UIA_MenuControlTypeId int32 = 50009
UIA_MenuBarControlTypeId int32 = 50010
UIA_MenuItemControlTypeId int32 = 50011
UIA_ProgressBarControlTypeId int32 = 50012
UIA_RadioButtonControlTypeId int32 = 50013
UIA_ScrollBarControlTypeId int32 = 50014
UIA_SliderControlTypeId int32 = 50015
UIA_SpinnerControlTypeId int32 = 50016
UIA_StatusBarControlTypeId int32 = 50017
UIA_TabControlTypeId int32 = 50018
UIA_TabItemControlTypeId int32 = 50019
UIA_TextControlTypeId int32 = 50020
UIA_ToolBarControlTypeId int32 = 50021
UIA_ToolTipControlTypeId int32 = 50022
UIA_TreeControlTypeId int32 = 50023
UIA_TreeItemControlTypeId int32 = 50024
UIA_CustomControlTypeId int32 = 50025
UIA_GroupControlTypeId int32 = 50026
UIA_ThumbControlTypeId int32 = 50027
UIA_DataGridControlTypeId int32 = 50028
UIA_DataItemControlTypeId int32 = 50029
UIA_DocumentControlTypeId int32 = 50030
UIA_SplitButtonControlTypeId int32 = 50031
UIA_WindowControlTypeId int32 = 50032
UIA_PaneControlTypeId int32 = 50033
UIA_HeaderControlTypeId int32 = 50034
UIA_HeaderItemControlTypeId int32 = 50035
UIA_TableControlTypeId int32 = 50036
UIA_TitleBarControlTypeId int32 = 50037
UIA_SeparatorControlTypeId int32 = 50038
UIA_SemanticZoomControlTypeId int32 = 50039
UIA_AppBarControlTypeId int32 = 50040
)const
UIA_ButtonControlTypeId = 50000;
UIA_CalendarControlTypeId = 50001;
UIA_CheckBoxControlTypeId = 50002;
UIA_ComboBoxControlTypeId = 50003;
UIA_EditControlTypeId = 50004;
UIA_HyperlinkControlTypeId = 50005;
UIA_ImageControlTypeId = 50006;
UIA_ListItemControlTypeId = 50007;
UIA_ListControlTypeId = 50008;
UIA_MenuControlTypeId = 50009;
UIA_MenuBarControlTypeId = 50010;
UIA_MenuItemControlTypeId = 50011;
UIA_ProgressBarControlTypeId = 50012;
UIA_RadioButtonControlTypeId = 50013;
UIA_ScrollBarControlTypeId = 50014;
UIA_SliderControlTypeId = 50015;
UIA_SpinnerControlTypeId = 50016;
UIA_StatusBarControlTypeId = 50017;
UIA_TabControlTypeId = 50018;
UIA_TabItemControlTypeId = 50019;
UIA_TextControlTypeId = 50020;
UIA_ToolBarControlTypeId = 50021;
UIA_ToolTipControlTypeId = 50022;
UIA_TreeControlTypeId = 50023;
UIA_TreeItemControlTypeId = 50024;
UIA_CustomControlTypeId = 50025;
UIA_GroupControlTypeId = 50026;
UIA_ThumbControlTypeId = 50027;
UIA_DataGridControlTypeId = 50028;
UIA_DataItemControlTypeId = 50029;
UIA_DocumentControlTypeId = 50030;
UIA_SplitButtonControlTypeId = 50031;
UIA_WindowControlTypeId = 50032;
UIA_PaneControlTypeId = 50033;
UIA_HeaderControlTypeId = 50034;
UIA_HeaderItemControlTypeId = 50035;
UIA_TableControlTypeId = 50036;
UIA_TitleBarControlTypeId = 50037;
UIA_SeparatorControlTypeId = 50038;
UIA_SemanticZoomControlTypeId = 50039;
UIA_AppBarControlTypeId = 50040;// UIA_CONTROLTYPE_ID
pub const UIA_ButtonControlTypeId: i32 = 50000;
pub const UIA_CalendarControlTypeId: i32 = 50001;
pub const UIA_CheckBoxControlTypeId: i32 = 50002;
pub const UIA_ComboBoxControlTypeId: i32 = 50003;
pub const UIA_EditControlTypeId: i32 = 50004;
pub const UIA_HyperlinkControlTypeId: i32 = 50005;
pub const UIA_ImageControlTypeId: i32 = 50006;
pub const UIA_ListItemControlTypeId: i32 = 50007;
pub const UIA_ListControlTypeId: i32 = 50008;
pub const UIA_MenuControlTypeId: i32 = 50009;
pub const UIA_MenuBarControlTypeId: i32 = 50010;
pub const UIA_MenuItemControlTypeId: i32 = 50011;
pub const UIA_ProgressBarControlTypeId: i32 = 50012;
pub const UIA_RadioButtonControlTypeId: i32 = 50013;
pub const UIA_ScrollBarControlTypeId: i32 = 50014;
pub const UIA_SliderControlTypeId: i32 = 50015;
pub const UIA_SpinnerControlTypeId: i32 = 50016;
pub const UIA_StatusBarControlTypeId: i32 = 50017;
pub const UIA_TabControlTypeId: i32 = 50018;
pub const UIA_TabItemControlTypeId: i32 = 50019;
pub const UIA_TextControlTypeId: i32 = 50020;
pub const UIA_ToolBarControlTypeId: i32 = 50021;
pub const UIA_ToolTipControlTypeId: i32 = 50022;
pub const UIA_TreeControlTypeId: i32 = 50023;
pub const UIA_TreeItemControlTypeId: i32 = 50024;
pub const UIA_CustomControlTypeId: i32 = 50025;
pub const UIA_GroupControlTypeId: i32 = 50026;
pub const UIA_ThumbControlTypeId: i32 = 50027;
pub const UIA_DataGridControlTypeId: i32 = 50028;
pub const UIA_DataItemControlTypeId: i32 = 50029;
pub const UIA_DocumentControlTypeId: i32 = 50030;
pub const UIA_SplitButtonControlTypeId: i32 = 50031;
pub const UIA_WindowControlTypeId: i32 = 50032;
pub const UIA_PaneControlTypeId: i32 = 50033;
pub const UIA_HeaderControlTypeId: i32 = 50034;
pub const UIA_HeaderItemControlTypeId: i32 = 50035;
pub const UIA_TableControlTypeId: i32 = 50036;
pub const UIA_TitleBarControlTypeId: i32 = 50037;
pub const UIA_SeparatorControlTypeId: i32 = 50038;
pub const UIA_SemanticZoomControlTypeId: i32 = 50039;
pub const UIA_AppBarControlTypeId: i32 = 50040;const
UIA_ButtonControlTypeId* = 50000
UIA_CalendarControlTypeId* = 50001
UIA_CheckBoxControlTypeId* = 50002
UIA_ComboBoxControlTypeId* = 50003
UIA_EditControlTypeId* = 50004
UIA_HyperlinkControlTypeId* = 50005
UIA_ImageControlTypeId* = 50006
UIA_ListItemControlTypeId* = 50007
UIA_ListControlTypeId* = 50008
UIA_MenuControlTypeId* = 50009
UIA_MenuBarControlTypeId* = 50010
UIA_MenuItemControlTypeId* = 50011
UIA_ProgressBarControlTypeId* = 50012
UIA_RadioButtonControlTypeId* = 50013
UIA_ScrollBarControlTypeId* = 50014
UIA_SliderControlTypeId* = 50015
UIA_SpinnerControlTypeId* = 50016
UIA_StatusBarControlTypeId* = 50017
UIA_TabControlTypeId* = 50018
UIA_TabItemControlTypeId* = 50019
UIA_TextControlTypeId* = 50020
UIA_ToolBarControlTypeId* = 50021
UIA_ToolTipControlTypeId* = 50022
UIA_TreeControlTypeId* = 50023
UIA_TreeItemControlTypeId* = 50024
UIA_CustomControlTypeId* = 50025
UIA_GroupControlTypeId* = 50026
UIA_ThumbControlTypeId* = 50027
UIA_DataGridControlTypeId* = 50028
UIA_DataItemControlTypeId* = 50029
UIA_DocumentControlTypeId* = 50030
UIA_SplitButtonControlTypeId* = 50031
UIA_WindowControlTypeId* = 50032
UIA_PaneControlTypeId* = 50033
UIA_HeaderControlTypeId* = 50034
UIA_HeaderItemControlTypeId* = 50035
UIA_TableControlTypeId* = 50036
UIA_TitleBarControlTypeId* = 50037
UIA_SeparatorControlTypeId* = 50038
UIA_SemanticZoomControlTypeId* = 50039
UIA_AppBarControlTypeId* = 50040enum UIA_CONTROLTYPE_ID : int {
UIA_ButtonControlTypeId = 50000,
UIA_CalendarControlTypeId = 50001,
UIA_CheckBoxControlTypeId = 50002,
UIA_ComboBoxControlTypeId = 50003,
UIA_EditControlTypeId = 50004,
UIA_HyperlinkControlTypeId = 50005,
UIA_ImageControlTypeId = 50006,
UIA_ListItemControlTypeId = 50007,
UIA_ListControlTypeId = 50008,
UIA_MenuControlTypeId = 50009,
UIA_MenuBarControlTypeId = 50010,
UIA_MenuItemControlTypeId = 50011,
UIA_ProgressBarControlTypeId = 50012,
UIA_RadioButtonControlTypeId = 50013,
UIA_ScrollBarControlTypeId = 50014,
UIA_SliderControlTypeId = 50015,
UIA_SpinnerControlTypeId = 50016,
UIA_StatusBarControlTypeId = 50017,
UIA_TabControlTypeId = 50018,
UIA_TabItemControlTypeId = 50019,
UIA_TextControlTypeId = 50020,
UIA_ToolBarControlTypeId = 50021,
UIA_ToolTipControlTypeId = 50022,
UIA_TreeControlTypeId = 50023,
UIA_TreeItemControlTypeId = 50024,
UIA_CustomControlTypeId = 50025,
UIA_GroupControlTypeId = 50026,
UIA_ThumbControlTypeId = 50027,
UIA_DataGridControlTypeId = 50028,
UIA_DataItemControlTypeId = 50029,
UIA_DocumentControlTypeId = 50030,
UIA_SplitButtonControlTypeId = 50031,
UIA_WindowControlTypeId = 50032,
UIA_PaneControlTypeId = 50033,
UIA_HeaderControlTypeId = 50034,
UIA_HeaderItemControlTypeId = 50035,
UIA_TableControlTypeId = 50036,
UIA_TitleBarControlTypeId = 50037,
UIA_SeparatorControlTypeId = 50038,
UIA_SemanticZoomControlTypeId = 50039,
UIA_AppBarControlTypeId = 50040,
}#define global UIA_ButtonControlTypeId 0xC350
#define global UIA_CalendarControlTypeId 0xC351
#define global UIA_CheckBoxControlTypeId 0xC352
#define global UIA_ComboBoxControlTypeId 0xC353
#define global UIA_EditControlTypeId 0xC354
#define global UIA_HyperlinkControlTypeId 0xC355
#define global UIA_ImageControlTypeId 0xC356
#define global UIA_ListItemControlTypeId 0xC357
#define global UIA_ListControlTypeId 0xC358
#define global UIA_MenuControlTypeId 0xC359
#define global UIA_MenuBarControlTypeId 0xC35A
#define global UIA_MenuItemControlTypeId 0xC35B
#define global UIA_ProgressBarControlTypeId 0xC35C
#define global UIA_RadioButtonControlTypeId 0xC35D
#define global UIA_ScrollBarControlTypeId 0xC35E
#define global UIA_SliderControlTypeId 0xC35F
#define global UIA_SpinnerControlTypeId 0xC360
#define global UIA_StatusBarControlTypeId 0xC361
#define global UIA_TabControlTypeId 0xC362
#define global UIA_TabItemControlTypeId 0xC363
#define global UIA_TextControlTypeId 0xC364
#define global UIA_ToolBarControlTypeId 0xC365
#define global UIA_ToolTipControlTypeId 0xC366
#define global UIA_TreeControlTypeId 0xC367
#define global UIA_TreeItemControlTypeId 0xC368
#define global UIA_CustomControlTypeId 0xC369
#define global UIA_GroupControlTypeId 0xC36A
#define global UIA_ThumbControlTypeId 0xC36B
#define global UIA_DataGridControlTypeId 0xC36C
#define global UIA_DataItemControlTypeId 0xC36D
#define global UIA_DocumentControlTypeId 0xC36E
#define global UIA_SplitButtonControlTypeId 0xC36F
#define global UIA_WindowControlTypeId 0xC370
#define global UIA_PaneControlTypeId 0xC371
#define global UIA_HeaderControlTypeId 0xC372
#define global UIA_HeaderItemControlTypeId 0xC373
#define global UIA_TableControlTypeId 0xC374
#define global UIA_TitleBarControlTypeId 0xC375
#define global UIA_SeparatorControlTypeId 0xC376
#define global UIA_SemanticZoomControlTypeId 0xC377
#define global UIA_AppBarControlTypeId 0xC378