Namespace HP.LFT.SDK.WinForms
Classes
- ButtonDescription
The description of a .NET Windows Forms Button test object.
- CalendarDescription
The description of a .NET Windows Forms Calendar test object.
- CheckBoxDescription
The description of a .NET Windows Forms CheckBox test object.
- ComboBoxDescription
The description of a .NET Windows Forms ComboBox test object.
- CustomGrid
Various custom grid getters. The returned objects expose the functionality of the specific grid types.
- EditFieldDescription
The description of an .NET Windows Forms EditField test object.
- EditorDescription
The description of a .NET Windows Forms Editor test object.
- LabelDescription
The description of a .NET Windows Forms Label test object.
- ListBoxDescription
The description of a .NET Windows Forms ListBox test object.
- ListViewDescription
The description of a .NET Windows Forms ListView test object.
- PropertyGridDescription
The description of a .NET Windows Forms PropertyGrid test object.
- RadioButtonDescription
The description of a .NET Windows Forms RadioButton test object.
- ScrollBarDescription
The description of a .NET Windows Forms ScrollBar test object.
- SpinBoxDescription
The description of a .NET Windows Forms SpinBox test object.
- StatusBarDescription
The description of a .NET Windows Forms StatusBar test object.
- TabControlDescription
The description of a .NET Windows Forms TabControl test object.
- TableDescription
The description of a .NET Windows Forms Table (data grid) test object.
- ToolBarDescription
The description of a .NET Windows Forms ToolBar test object.
- TreeViewDescription
The description of a .NET Windows Forms TreeView test object.
- UiObjectDescription
The description of a .NET Windows Forms UiObject test object.
- UiObjectDescriptionBase
The base description of all .NET Windows Forms test objects.
- WindowDescription
The description of a .NET Windows Forms Window test object.
Interfaces
- IButton
A .NET Windows Forms button object.
- IC1FlexGrid
A ComponentOne C1FlexGrid control.
- IC1TableCell
Represents a single cell in an IC1TrueDbGrid or an IC1FlexGrid.
- IC1TrueDBGrid
A ComponentOne C1TrueDBGrid control.
- ICalendar
A DateTimePicker or a Month Calendar .NET Windows Forms calendar object.
- ICheckBox
A .NET Windows Forms check box.
- IComboBox
A .NET Windows Forms combo box.
- IComponentOneGrid
Base interface for ComponentOne C1FlexGrid control and ComponentOne C1TrueDBGrid object.
- ICustomGrid
Base interface for supported .NET Windows Forms custom grids.
- IDataGrid
A .NET Windows Forms data grid object.
- IDataGridView
A .NET Windows Forms data grid view object.
- IEditField
A .NET Windows Forms edit box.
- IEditor
A .NET Windows Forms multi-line edit box.
- ILabel
A .NET Windows Forms static text object.
- IListBase<T>
Base interface for some .NET Windows Forms list controls.
- IListBox
A .NET Windows Forms list.
- IListItem
A single list item belonging to a .NET Window Forms list.
- IListView
A .NET Windows Forms list-view object.
- IListViewItem
A single list item belonging to a .NET Window Forms list view.
- IPropertyGrid
A property grid control based on the .NET Windows Forms library.
- IRadioButton
A .NET Windows Forms radio button.
- IScrollBar
A .NET Windows Forms scroll bar.
- ISpinBox
A .NET Windows Forms spin object.
- IStatusBar
A .NET Windows Forms status bar object.
- ITabControl
A .NET Windows Forms tab control.
- ITable
A .NET Windows Forms grid object.
- ITableCell
A single cell in .NET Windows Forms table.
- ITableRow<T>
A row in a .NET Windows Forms table.
- IToolBar
A .NET Windows Forms toolbar.
- IToolBarItem
A single tool bar item or menu item of a .NET Windows Forms tool bar.
- ITreeView
A .NET Windows Forms tree-view object.
- ITreeViewNode
A tree view node of a .NET Windows Forms tree-view object.
- IUiObject
A .NET Windows Forms object.
- IUiObjectBase
Base for .NET Windows Forms test objects.
- IUltraWinGrid
An Infragistics UltraWinGrid object.
- IWindow
A .NET Windows Forms window.
- IXtraGrid
A DevExpress XtraGrid object.
Enums
- GridType
Custom grid types supported by the ITable test object.