Module uiautomation::controls

source ·

Structs§

  • Wrapper a AppBar element as control. The control type of the element must be UIA_AppBarControlTypeId.
  • Wrapper a Button element as a control. The control type of the element must be UIA_ButtonControlTypeId.
  • Wrapper a Calendar element as control.
  • Wrapper a CheckBox element as control. The control type of the element must be UIA_CheckBoxControlTypeId.
  • Wrapper a ComboBox element as control. The control type of the element must be UIA_ComboBoxControlTypeId.
  • Wrapper a DataGrid element as control. The control type of the element must be UIA_DataGridControlTypeId.
  • Wrapper a DataItem element as control. The control type of the element must be UIA_DataItemControlTypeId.
  • Wrapper a Document element as control. The control type of the element must be UIA_DocumentControlTypeId.
  • Wrapper a Edit element as control. The control type of the element must be UIA_EditControlTypeId.
  • Wrapper a Group element as control. The control type of the element must be UIA_GroupControlTypeId.
  • Wrapper a Header element as control. The control type of the element must be UIA_HeaderControlTypeId.
  • Wrapper a HeaderItem element as control. The control type of the element must be UIA_HeaderItemControlTypeId.
  • Wrapper a Hyperlink element as control. The control type of the element must be UIA_HyperlinkControlTypeId.
  • Wrapper a Image element as control. The control type of the element must be UIA_ImageControlTypeId.
  • Wrapper a List element as control. The control type of the element must be UIA_ListControlTypeId.
  • Wrapper a ListItem element as control. The control type of the element must be UIA_ListItemControlTypeId.
  • Wrapper a MenuBar element as control. The control type of the element must be UIA_MenuBarControlTypeId.
  • Wrapper a Menu element as control. The control type of the element must be UIA_MenuControlTypeId.
  • Wrapper a MenuItem element as control. The control type of the element must be UIA_MenuItemControlTypeId.
  • Wrapper a Pane element as control. The control type of the element must be UIA_PaneControlTypeId.
  • Wrapper a ProgressBar element as control. The control type of the element must be UIA_ProgressBarControlTypeId.
  • Wrapper a RadioButton element as control. The control type of the element must be UIA_RadioButtonControlTypeId.
  • Wrapper a ScrollBar element as control. The control type of the element must be UIA_ScrollBarControlTypeId.
  • Wrapper a SemanticZoom element as control. The control type of the element must be UIA_SemanticZoomControlTypeId.
  • Wrapper a Separator element as control. The control type of the element must be UIA_SeparatorControlTypeId.
  • Wrapper a Slider element as control. The control type of the element must be UIA_SliderControlTypeId.
  • Wrapper a Spinner element as control. The control type of the element must be UIA_SpinnerControlTypeId.
  • Wrapper a SplitButton element as control. The control type of the element must be UIA_SplitButtonControlTypeId.
  • Wrapper a StatusBar element as control. The control type of the element must be UIA_StatusBarControlTypeId.
  • Wrapper a Tab element as control. The control type of the element must be UIA_TabControlTypeId.
  • Wrapper a TabItem element as control. The control type of the element must be UIA_TabItemControlTypeId.
  • Wrapper a Table element as control. The control type of the element must be UIA_TableControlTypeId.
  • Wrapper a Text element as control. The control type of the element must be UIA_TextControlTypeId.
  • Wrapper a Thumb element as control. The control type of the element must be UIA_ThumbControlTypeId.
  • Wrapper a TitleBar element as control. The control type of the element must be UIA_TitleBarControlTypeId.
  • Wrapper a ToolBar element as control. The control type of the element must be UIA_ToolBarControlTypeId.
  • Wrapper a ToolTip element as control. The control type of the element must be UIA_ToolTipControlTypeId.
  • Wrapper a Tree element as control. The control type of the element must be UIA_TreeControlTypeId.
  • Wrapper a TreeItem element as control. The control type of the element must be UIA_TreeItemControlTypeId.
  • Wrapper a Window element as control. The control type of the element must be UIA_WindowControlTypeId.

Enums§

  • Defines enum for windows::Win32::UI::Accessibility::UIA_CONTROLTYPE_ID.

Traits§

  • Control is the trait for ui element control.