Table of Contents

Namespace HP.LFT.SDK.StdWin

Classes

ButtonDescription

The description of a standard Windows Button test object.

CalendarDescription

The description of a standard Windows Calendar test object.

CheckBoxDescription

The description of a standard Windows CheckBox test object.

ComboBoxDescription

The description of a standard Windows ComboBox test object.

DialogDescription

The description of a standard Windows Dialog test object.

EditFieldDescription

The description of a standard Windows EditField test object.

EditorDescription

The description of a standard Windows Editor test object.

ListBoxDescription

The description of a standard Windows ListBox test object.

ListViewDescription

The description of a standard Windows ListView test object.

MenuDescription

The description of a standard Windows test object.

RadioButtonDescription

The description of a standard Windows RadioButton test object.

ScrollBarDescription

The description of a standard Windows ScrollBar test object.

SpinBoxDescription

The description of a standard Windows SpinBox test object.

StaticDescription

The description of a standard Windows Static test object.

StatusBarDescription

The description of a standard Windows StatusBar test object.

TabControlDescription

The description of a standard Windows TabControl test object.

ToolBarDescription

The description of a standard Windows Toolbar test object.

TreeViewDescription

The description of a standard Windows TreeView test object.

UiObjectBaseDescription

The description of a standard Windows UiObjectBase abstract type.

UiObjectDescription

The description of a standard Windows UiObject test object.

UiObjectWithLayoutInfoDescription

The description of a standard Windows UiObjectWithLayout abstract type.

WindowDescription

The description of a standard Windows Window test object.

Interfaces

IButton

A standard Windows button.

ICalendar

A standard Windows calendar.

ICheckBox

A standard Windows check box.

IComboBox

A standard Windows combo box.

IDialog

A standard Windows dialog box.

IEditField

A standard Windows edit box.

IEditor

A standard Windows multi-line editor.

IListBase<T>

Base interface for standard Windows list objects.

IListBox

A standard Windows list.

IListItem

A single list item in a standard Windows list.

IListView

A standard Windows list-view object.

IListViewItem

A single list item in a standard Windows list-view object.

IMenu

A standard Windows menu.

IMenuItem

A single menu item in a standard Windows menu.

IRadioButton

A standard Windows radio button.

IScrollBar

A standard Windows scroll bar.

IScrollInfoProvider

Represents test object containing a scrollbar.

ISpinBox

A standard Windows spin box.

IStatic

A standard Windows static text object.

IStatusBar

A standard Windows status bar.

IStatusBarItem

A single status bar item in a standard Windows status bar.

ITab

A single tab item belonging to a standard Window tab control.

ITabControl

A standard Windows tab control in a dialog box.

IToolBar

A standard Windows toolbar.

IToolBarButton

A single tool bar button in a standard Windows tool bar.

ITreeView

A standard Windows tree-view object.

ITreeViewNode

A single tree view node belonging to a standard Windows tree view control.

IUiObject

A standard Windows object.

IUiObjectBase

Base interface for all standard Windows test objects.

IUiObjectWithLayoutInfo

Base interface for standard Windows test objects with layout info.

IWindow

A standard window.

Enums

MenuType

The supported menu types used by the MenuDescription class.