Namespace HP.LFT.SDK.UIAPro
Classes
AppBarDescription
The description of a UIAPro AppBar test object.
ButtonDescription
The description of a UIAPro Button test object.
CalendarDescription
The description of a UIAPro Calendar test object.
CheckBoxDescription
The description of a UIAPro CheckBox test object.
ComboBoxDescription
The description of a UIAPro ComboBox test object.
DocumentDescription
The description of a UIAPro Document test object.
EditDescription
The description of a UIAPro Edit test object.
GridDescription
The description of a UIAPro Grid test object.
GridItemDescription
The description of a UIAPro GridItem test object.
GroupDescription
The description of a UIAPro Group test object.
HeaderDescription
The description of a UIAPro Header test object.
HeaderItemDescription
The description of a UIAPro HeaderItem test object.
ImageDescription
The description of a UIAPro Image test object.
LinkDescription
The description of a UIAPro Link test object.
ListDescription
The description of a UIAPro List test object.
ListItemDescription
The description of a UIAPro ListItem test object.
MenuBarDescription
The description of a UIAPro MenuBar test object.
MenuDescription
The description of a UIAPro Menu test object.
MenuItemDescription
The description of a UIAPro MenuItem test object.
PaneDescription
The description of a UIAPro Pane test object.
ProgressBarDescription
The description of a UIAPro ProgressBar test object.
RadioButtonDescription
The description of a UIAPro RadioButton test object.
ScrollBarDescription
The description of a UIAPro ScrollBar test object.
SemanticZoomDescription
The description of a UIAPro SemanticZoom test object.
SeparatorDescription
The description of a UIAPro Separator test object.
SliderDescription
The description of a UIAPro Slider test object.
SpinnerDescription
The description of a UIAPro Spinner test object.
SplitButtonDescription
The description of a UIAPro SplitButton test object.
StatusBarDescription
The description of a UIAPro StatusBar test object.
TabControlDescription
The description of a UIAPro TabControl test object.
TabItemDescription
The description of a UIAPro TabItem test object.
TableDescription
The description of a UIAPro Table test object.
TextDescription
The description of a UIAPro Text test object.
ThumbDescription
The description of a UIAPro Thumb test object.
TitleBarDescription
The description of a UIAPro TitleBar test object.
ToolBarDescription
The description of a UIAPro Toolbar test object.
ToolTipDescription
The description of a UIAPro ToolTip test object.
TreeViewDescription
The description of a UIAPro TreeView test object.
TreeViewItemDescription
The description of a UIAPro TreeViewItem test object.
UiObjectBaseDescription
The description of a UIAPro UiObjectBase abstract type.
UiObjectDescription
The description of a UIAPro UiObject test object.
WindowDescription
The description of a UIAPro Window test object.
Interfaces
IAppBar
A UIAPro app bar.
IButton
A UIAPro button.
ICalendar
A UIAPro calendar.
ICheckBox
A UIAPro check box.
IComboBox
A UIAPro combo box.
IDocument
A UIAPro document.
IDoubleClickable
Indicates that this UIA Pro object can be double-clicked.
IEdit
A UIAPro edit.
IExpandCollapsePattern
Provides access to a control that can visually expand to display content and collapse to hide content.
IGrid
A UIAPro grid.
IGridItem
A UIAPro grid item.
IGridItemPattern
The methods and properties used to interact with items in a grid.
IGridPattern
The methods and properties used to interact with a grid control; a container control that can be traversed by row and column. The children of this element support the IGridItemPattern pattern.
IGroup
A UIAPro group.
IHeader
A UIAPro header.
IHeaderItem
A UIAPro header item.
IImage
A UIAPro image.
IInvokePattern
The method used to activate a control and initiate its single action.
ILegacyIAccessiblePattern
The methods and properties used to retrieve accessibility information about a control.
ILink
A UIAPro link.
IList
A UIAPro list.
IListItem
A single list item in a UIAPro list.
IMenu
A UIAPro menu.
IMenuBar
A UIAPro menu bar.
IMenuItem
A single menu item in a UIAPro menu.
IPane
A UIAPro pane.
IProgressBar
A UIAPro progress bar.
IRadioButton
A UIAPro radio button.
IRangeValuePattern
The methods and properties used to interact with a control that can be set to a value within a range.
IScrollBar
A UIAPro scroll bar.
IScrollItemPattern
The methods and properties used to interact with items in a scrollable container.
IScrollPattern
The methods and properties used to interact with a container control that can be scrolled. The children of this element support IScrollItemPattern.
ISelectionItemPattern
The methods and properties used to interact with selectable items in a container.
ISelectionPattern
The methods and properties used to interact with a container control that contains selectable items. The children of this element support the ISelectionItemPattern.
ISemanticZoom
A UIAPro semantic zoom.
ISeparator
A UIAPro separator.
ISlider
A UIAPro slider.
ISpinner
A UIAPro spinner.
ISplitButton
A UIAPro split button.
IStatusBar
A UIAPro status bar.
ITabControl
A UIAPro tab control in a dialog box.
ITabItem
A UIAPro tab item.
ITable
A UIAPro table.
ITableItemPattern
The methods and properties used to retrieve table column or row header items.
ITablePattern
The methods and properties used to read from a table control. The children of this element support TableItemPattern and are organized in a two-dimensional logical coordinate system that can be traversed by row and column.
IText
A UIAPro text.
ITextPattern
The methods and properties used to interact with text.
IThumb
A UIAPro thumb.
ITitleBar
A UIAPro title bar.
ITogglePattern
The methods and properties used to interact with a control that can cycle through a set of states, and maintain a state after it is set.
IToolBar
A UIAPro toolbar.
IToolTip
A UIAPro tool tip.
ITreeView
A UIAPro tree-view object.
ITreeViewItem
A single tree view item belonging to a UIAPro tree view control.
IUiObject
A UIAPro object.
IUiObjectBase
Base interface for all UIAPro test objects.
IValuePattern
The methods and properties used to interact with a control that has an intrinsic value that does not span a range and can be represented as a string. This string may or may not be editable depending on the control and its settings.
IWindow
A UIAPro window.
IWindowPattern
The methods and properties used to interact with a window control.
Enums
AccessibleRole
The possible roles of various UI objects in an application.
AccessibleState
The possible states objects in an application UI.
Alignment
The possible types of alignment.
Direction
The possible directions when navigating in a document.
ExpandCollapseState
The possible expand/collapse states of the object.
ScrollAmount
The possible sizes/directions to use for a scroll operation.
SelectOptions
The possible operations when clicking on a selectable object.
SupportedTextSelection
The types of text selections supported by a text provider.
TableTraversalDirection
The possible directions to use for reading a table.
TextUnit
The possible unit lengths to use when navigating within a document.
ToggleState
The possible states of a toggleable object.
WindowInteractionState
The possible interaction states of a window.
WindowVisualState
The possible visual states of a window.