Win32 API 日本語リファレンス
ホームUI.Accessibility › UIA_CONTROLTYPE_ID

UIA_CONTROLTYPE_ID

列挙型
基底型i4

メンバー 41

名前10進16進
UIA_ButtonControlTypeId500000xC350
UIA_CalendarControlTypeId500010xC351
UIA_CheckBoxControlTypeId500020xC352
UIA_ComboBoxControlTypeId500030xC353
UIA_EditControlTypeId500040xC354
UIA_HyperlinkControlTypeId500050xC355
UIA_ImageControlTypeId500060xC356
UIA_ListItemControlTypeId500070xC357
UIA_ListControlTypeId500080xC358
UIA_MenuControlTypeId500090xC359
UIA_MenuBarControlTypeId500100xC35A
UIA_MenuItemControlTypeId500110xC35B
UIA_ProgressBarControlTypeId500120xC35C
UIA_RadioButtonControlTypeId500130xC35D
UIA_ScrollBarControlTypeId500140xC35E
UIA_SliderControlTypeId500150xC35F
UIA_SpinnerControlTypeId500160xC360
UIA_StatusBarControlTypeId500170xC361
UIA_TabControlTypeId500180xC362
UIA_TabItemControlTypeId500190xC363
UIA_TextControlTypeId500200xC364
UIA_ToolBarControlTypeId500210xC365
UIA_ToolTipControlTypeId500220xC366
UIA_TreeControlTypeId500230xC367
UIA_TreeItemControlTypeId500240xC368
UIA_CustomControlTypeId500250xC369
UIA_GroupControlTypeId500260xC36A
UIA_ThumbControlTypeId500270xC36B
UIA_DataGridControlTypeId500280xC36C
UIA_DataItemControlTypeId500290xC36D
UIA_DocumentControlTypeId500300xC36E
UIA_SplitButtonControlTypeId500310xC36F
UIA_WindowControlTypeId500320xC370
UIA_PaneControlTypeId500330xC371
UIA_HeaderControlTypeId500340xC372
UIA_HeaderItemControlTypeId500350xC373
UIA_TableControlTypeId500360xC374
UIA_TitleBarControlTypeId500370xC375
UIA_SeparatorControlTypeId500380xC376
UIA_SemanticZoomControlTypeId500390xC377
UIA_AppBarControlTypeId500400xC378

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 50040
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,
}
#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