Click or drag to resize

IGridViewWithGroups Interface

The test interface for grid view controls with groups.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public interface IGridViewWithGroups : IGridView, 
	IControl, IObjectTreeNode, IObject, IVisualObject

The IGridViewWithGroups type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywColumn
Returns the caption of the grid column specified by its index.
(Inherited from IGridView.)
Public propertywColumnCount
Returns the number of grid columns.
(Inherited from IGridView.)
Public propertywGroupExpanded
Returns true if the specified group is expanded.
Public propertywGroups
Returns a collection of groups.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywRowCount
Returns the number of grid rows.
(Inherited from IGridView.)
Public propertywValue
Returns or sets a cell value. To convert this value to a specific type, use the Convert class.
(Inherited from IGridView.)
Top
Methods
  NameDescription
Public methodCallMethodT(String, Object)
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCastT
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodClick
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClick(Int32, Int32)
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClick(Int32, Int32, ShiftKey)
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClickCell(Int32, Int32)
Simulates a left click on the specified cell.
(Inherited from IGridView.)
Public methodClickCell(Int32, String)
Simulates a left click on the specified cell.
(Inherited from IGridView.)
Public methodClickCell(Int32, Int32, ShiftKey)
Simulates a left click on the specified cell.
(Inherited from IGridView.)
Public methodClickCell(Int32, String, ShiftKey)
Simulates a left click on the specified cell.
(Inherited from IGridView.)
Public methodClickCellR(Int32, Int32)
Simulates a right click on the specified cell.
(Inherited from IGridView.)
Public methodClickCellR(Int32, String)
Simulates a right click on the specified cell.
(Inherited from IGridView.)
Public methodClickCellR(Int32, Int32, ShiftKey)
Simulates a right click on the specified cell.
(Inherited from IGridView.)
Public methodClickCellR(Int32, String, ShiftKey)
Simulates a right click on the specified cell.
(Inherited from IGridView.)
Public methodClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellRXY(Int32, String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellXY(Int32, Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellXY(Int32, String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeader(Int32)
Simulates a left click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeader(String)
Simulates a left click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeader(Int32, ShiftKey)
Simulates a left click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeader(String, ShiftKey)
Simulates a left click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeaderR(Int32)
Simulates a right click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeaderR(String)
Simulates a right click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeaderR(Int32, ShiftKey)
Simulates a right click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeaderR(String, ShiftKey)
Simulates a right click on the specified column header.
(Inherited from IGridView.)
Public methodClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodClickM
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickM(Int32, Int32)
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickM(Int32, Int32, ShiftKey)
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickNewRowCell(Int32)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCell(String)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCell(Int32, ShiftKey)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCell(String, ShiftKey)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCellR(Int32)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCellR(String)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCellR(Int32, ShiftKey)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCellR(String, ShiftKey)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowCellRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowCellXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodClickNewRowIndicator
Simulates a click of the left mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowIndicator(ShiftKey)
Simulates a click of the left mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowIndicatorR
Simulates a click of the right mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodClickNewRowIndicatorR(ShiftKey)
Simulates a click of the right mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodClickR
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickR(Int32, Int32)
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickR(Int32, Int32, ShiftKey)
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickRowIndicator(Int32)
Simulates a left click on the specified row indicator.
(Inherited from IGridView.)
Public methodClickRowIndicator(Int32, ShiftKey)
Simulates a left click on the specified row indicator.
(Inherited from IGridView.)
Public methodClickRowIndicatorR(Int32)
Simulates a right click on the specified row indicator.
(Inherited from IGridView.)
Public methodClickRowIndicatorR(Int32, ShiftKey)
Simulates a right click on the specified row indicator.
(Inherited from IGridView.)
Public methodCollapseGroup(Int32)
Collapses the specified group.
Public methodCollapseGroup(String)
Collapses the specified group.
Public methodDblClick
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClick(Int32, Int32)
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClick(Int32, Int32, ShiftKey)
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickCell(Int32, Int32)
Simulates a double-click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCell(Int32, String)
Simulates a double-click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCell(Int32, Int32, ShiftKey)
Simulates a double-click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCell(Int32, String, ShiftKey)
Simulates a double-click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCellR(Int32, Int32)
Simulates a double right click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCellR(Int32, String)
Simulates a double right click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCellR(Int32, Int32, ShiftKey)
Simulates a double right click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCellR(Int32, String, ShiftKey)
Simulates a double right click on the specified cell.
(Inherited from IGridView.)
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellRXY(Int32, String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellXY(Int32, Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellXY(Int32, String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeader(Int32)
Simulates a double-click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeader(String)
Simulates a double-click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeader(Int32, ShiftKey)
Simulates a double-click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeader(String, ShiftKey)
Simulates a double-click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderR(Int32)
Simulates a double right click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderR(String)
Simulates a double right click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderR(Int32, ShiftKey)
Simulates a double right click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderR(String, ShiftKey)
Simulates a double right click on the specified column header.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickM
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickM(Int32, Int32)
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickM(Int32, Int32, ShiftKey)
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickNewRowCell(Int32)
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCell(String)
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCell(Int32, ShiftKey)
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCell(String, ShiftKey)
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCellR(Int32)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCellR(String)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCellR(Int32, ShiftKey)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCellR(String, ShiftKey)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowCellRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowCellXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodDblClickNewRowIndicator
Simulates a double click on the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowIndicator(ShiftKey)
Simulates a double click on the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowIndicatorR
Simulates a double click of the right mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickNewRowIndicatorR(ShiftKey)
Simulates a double click of the right mouse button on the row to add a new record.
(Inherited from IGridView.)
Public methodDblClickR
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickR(Int32, Int32)
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickR(Int32, Int32, ShiftKey)
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickRowIndicator(Int32)
Simulates a double-click on the specified row indicator.
(Inherited from IGridView.)
Public methodDblClickRowIndicator(Int32, ShiftKey)
Simulates a double-click on the specified row indicator.
(Inherited from IGridView.)
Public methodDblClickRowIndicatorR(Int32)
Simulates a double right click on the specified row indicator.
(Inherited from IGridView.)
Public methodDblClickRowIndicatorR(Int32, ShiftKey)
Simulates a double right click on the specified row indicator.
(Inherited from IGridView.)
Public methodDrag(Int32, Int32, Int32, Int32)
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDrag(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragM(Int32, Int32, Int32, Int32)
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragM(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragR(Int32, Int32, Int32, Int32)
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragR(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodExpandGroup(Int32)
Expands the specified group.
Public methodExpandGroup(String)
Expands the specified group.
Public methodFindT(ISearchPattern, Int32)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodFindT(ISearchPattern, Int32, Int32)
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.)
Public methodFindAllT
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
(Inherited from IObjectTreeNode.)
Public methodFindRow(Int32, Object)
Returns the index of the first row that contains the specified value in the specified column.
(Inherited from IGridView.)
Public methodFindRow(String, Object)
Returns the index of the first row that contains the specified value in the specified column.
(Inherited from IGridView.)
Public methodGetPropertyT
Returns the value of the specified property.
(Inherited from IObject.)
Public methodHoverMouse
Places the mouse pointer over the specified control.
(Inherited from IControl.)
Public methodHoverMouse(Int32, Int32)
Places the mouse pointer over the specified control.
(Inherited from IControl.)
Public methodHoverMouseCell(Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseCell(Int32, String)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseCell(Int32, Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseCell(Int32, String, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseColumnHeader(Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseColumnHeader(String)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseColumnHeader(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseColumnHeader(String, Int32, Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowCell(Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowCell(String)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowCell(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowCell(String, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowIndicator
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseNewRowIndicator(Int32, Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseRowIndicator(Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.)
Public methodHoverMouseRowIndicator(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.)
Public methodKeys
Simulates keyboard input to a window or control.
(Inherited from IControl.)
Public methodMouseWheel(Int32)
Simulates mouse wheel rotation.
(Inherited from IControl.)
Public methodMouseWheel(Int32, ShiftKey)
Simulates mouse wheel rotation.
(Inherited from IControl.)
Public methodPicture
Captures the image of the object.
(Inherited from IVisualObject.)
Public methodPicture(Int32, Int32, Int32, Int32, Boolean)
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.)
Public methodScreenToWindow
Converts screen coordinates to coordinates relative to the object.
(Inherited from IControl.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Public methodTryFindT(ISearchPattern, T)
Searches for an object that matches the specified pattern (the search depth is 1). The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodTryFindT(ISearchPattern, Int32, T)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodTryFindT(ISearchPattern, Int32, Int32, T)
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.)
Public methodWaitProperty(String, Object)
Delays the test execution until the specified property equals the specified value or until the default time limit AutoWaitTimeout is reached.
(Inherited from IObjectTreeNode.)
Public methodWaitProperty(String, Object, Int32)
Delays the test execution until the specified property equals the specified value or until the specified time limit is reached.
(Inherited from IObjectTreeNode.)
Public methodWindowToScreen
Converts coordinates relative to the object to coordinates relative to screen.
(Inherited from IControl.)
Top
See Also