HP.LFT.SDK.WinForms Namespace

Provides the SDK for testing .NET Windows Forms objects.
Classes
 ClassDescription
ClassButtonDescription The description of a .NET Windows Forms Button test object.
ClassCalendarDescription The description of a .NET Windows Forms Calendar test object.
ClassCheckBoxDescription The description of a .NET Windows Forms CheckBox test object.
ClassComboBoxDescription The description of a .NET Windows Forms ComboBox test object.
ClassCustomGrid Various custom grid getters. The returned objects expose the functionality of the specific grid types.
ClassEditFieldDescription The description of an .NET Windows Forms EditField test object.
ClassEditorDescription The description of a .NET Windows Forms Editor test object.
ClassLabelDescription The description of a .NET Windows Forms Label test object.
ClassListBoxDescription The description of a .NET Windows Forms ListBox test object.
ClassListViewDescription The description of a .NET Windows Forms ListView test object.
ClassPropertyGridDescription The description of a .NET Windows Forms PropertyGrid test object.
ClassRadioButtonDescription The description of a .NET Windows Forms RadioButton test object.
ClassScrollBarDescription The description of a .NET Windows Forms ScrollBar test object.
ClassSpinBoxDescription The description of a .NET Windows Forms SpinBox test object.
ClassStatusBarDescription The description of a .NET Windows Forms StatusBar test object.
ClassTabControlDescription The description of a .NET Windows Forms TabControl test object.
ClassTableDescription The description of a .NET Windows Forms Table (data grid) test object.
ClassToolBarDescription The description of a .NET Windows Forms ToolBar test object.
ClassTreeViewDescription The description of a .NET Windows Forms TreeView test object.
ClassUiObjectDescription The description of a .NET Windows Forms UiObject test object.
ClassUiObjectDescriptionBase The base description of all .NET Windows Forms test objects.
ClassWindowDescription The description of a .NET Windows Forms Window test object.
Interfaces
 InterfaceDescription
InterfaceIButton A .NET Windows Forms button object.
InterfaceIC1FlexGrid A ComponentOne C1FlexGrid control.
InterfaceIC1TableCell Represents a single cell in an IC1TrueDbGrid or an IC1FlexGrid.
InterfaceIC1TrueDBGrid A ComponentOne C1TrueDBGrid control.
InterfaceICalendar A DateTimePicker or a Month Calendar .NET Windows Forms calendar object.
InterfaceICheckBox A .NET Windows Forms check box.
InterfaceIComboBox A .NET Windows Forms combo box.
InterfaceIComponentOneGrid Base interface for ComponentOne C1FlexGrid control and ComponentOne C1TrueDBGrid object.
InterfaceICustomGrid Base interface for supported .NET Windows Forms custom grids.
InterfaceIDataGrid A .NET Windows Forms data grid object.
InterfaceIDataGridView A .NET Windows Forms data grid view object.
InterfaceIEditField A .NET Windows Forms edit box.
InterfaceIEditor A .NET Windows Forms multi-line edit box.
InterfaceILabel A .NET Windows Forms static text object.
InterfaceIListBase<T> Base interface for some .NET Windows Forms list controls.
InterfaceIListBox A .NET Windows Forms list.
InterfaceIListItem A single list item belonging to a .NET Window Forms list.
InterfaceIListView A .NET Windows Forms list-view object.
InterfaceIListViewItem A single list item belonging to a .NET Window Forms list view.
InterfaceIPropertyGrid A property grid control based on the .NET Windows Forms library.
InterfaceIRadioButton A .NET Windows Forms radio button.
InterfaceIScrollBar A .NET Windows Forms scroll bar.
InterfaceISpinBox A .NET Windows Forms spin object.
InterfaceIStatusBar A .NET Windows Forms status bar object.
InterfaceITabControl A .NET Windows Forms tab control.
InterfaceITable A .NET Windows Forms grid object.
InterfaceITableCell A single cell in .NET Windows Forms table.
InterfaceITableRow<T> A row in a .NET Windows Forms table.
InterfaceIToolBar A .NET Windows Forms toolbar.
InterfaceIToolBarItem A single tool bar item or menu item of a .NET Windows Forms tool bar.
InterfaceITreeView A .NET Windows Forms tree-view object.
InterfaceITreeViewNode A tree view node of a .NET Windows Forms tree-view object.
InterfaceIUiObject A .NET Windows Forms object.
InterfaceIUiObjectBase Base for .NET Windows Forms test objects.
InterfaceIUltraWinGrid An Infragistics UltraWinGrid object.
InterfaceIWindow A .NET Windows Forms window.
InterfaceIXtraGrid A DevExpress XtraGrid object.
Enumerations
 EnumerationDescription
EnumerationGridType Custom grid types supported by the ITable test object.

See also: