Table of Contents

Namespace HP.LFT.SDK.WPF

Classes

ButtonDescription

The description of a WPF Button test object.

CalendarDescription

The description of a WPF Calendar or date picker test object.

CheckBoxDescription

The description of a WPF CheckBox test object.

ComboBoxDescription

The description of a WPF ComboBox test object.

EditFieldDescription

The description of a WPF EditField test object.

ImageDescription

The description of a WPF Image test object.

LinkDescription

The description of a WPF Link (hyperlink) test object.

ListDescription

The description of a WPF List test object.

MenuDescription

The description of a WPF Menu test object.

ProgressBarDescription

The description of a WPF ProgressBar test object.

RadioButtonDescription

The description of a WPF RadioButton test object.

ScrollBarDescription

The description of a WPF ScrollBar test object.

SliderDescription

The description of a WPF Slider test object.

StatusBarDescription

The description of a WPF StatusBar test object.

TabStripDescription

The description of a WPF TabStrip test object.

TableDescription

The description of a WPF Table (grid) test object.

ToolBarDescription

The description of a WPF ToolBsar test object.

TreeViewDescription

The description of a WPF TreeView test object.

UiObjectDescription

The description of a WPF UiObject test object.

UiObjectDescriptionBase

The base description of all WPF test objects.

WindowDescription

The description of a WPF window test object.

Interfaces

IButton

A .NET WPF button object.

ICalendar

A .NET WPF calendar or a date picker object.

ICheckBox

A .NET WPF check box.

IComboBox

A .NET WPF combo box.

IEditField

A .NET WPF edit box.

IImage

A .NET WPF image object.

ILink

A .NET WPF hyperlink object.

IList

A .NET WPF list object.

IMenu

A .NET WPF menu object.

IMenuItem

A menu item in a .NET WPF menu.

IProgressBar

A .NET WPF progress bar object.

IRadioButton

A .NET WPF radio button object.

IScrollBar

A .NET WPF scroll bar object.

ISlider

A .NET WPF slider object.

IStatusBar

A .NET WPF status bar object.

ITabStrip

A .NET WPF tab strip object.

ITable

A .NET WPF grid object.

ITableCell

A single cell in a .NET WPF Table (grid) object.

ITableRow

A single row in a .NET WPF table (grid) object.

IToggleButton

A .NET WPF toggle button object.

IToolBar

A .NET WPF toolbar object.

IToolBarItem

A single tool bar button in a .NET WPF tool bar.

ITreeView

A .NET WPF tree-view object.

ITreeViewNode

A single tree-view node belonging to a .NET WPF tree-view object.

IUiObject

A standard .NET WPF object.

IUiObjectBase

Base interface of all WPF test objects.

IWindow

A .NET WPF window object.