Click or drag to resize

IGridView Interface

The test interface for grid controls.

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

The IGridView 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.
Public propertywColumnCount
Returns the number of grid columns.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywRowCount
Returns the number of grid rows.
Public propertywValue
Returns or sets a cell value. To convert this value to a specific type, use the Convert class.
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.
Public methodClickCell(Int32, String)
Simulates a left click on the specified cell.
Public methodClickCell(Int32, Int32, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCell(Int32, String, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCellR(Int32, Int32)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, String)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, Int32, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, String, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickColumnHeader(Int32)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(String)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(Int32, ShiftKey)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(String, ShiftKey)
Simulates a left click on the specified column header.
Public methodClickColumnHeaderR(Int32)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(String)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(Int32, ShiftKey)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(String, ShiftKey)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
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.
Public methodClickNewRowCell(String)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCell(Int32, ShiftKey)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCell(String, ShiftKey)
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCellR(Int32)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCellR(String)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCellR(Int32, ShiftKey)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCellR(String, ShiftKey)
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
Public methodClickNewRowCellRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowCellXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickNewRowIndicator
Simulates a click of the left mouse button on the row to add a new record.
Public methodClickNewRowIndicator(ShiftKey)
Simulates a click of the left mouse button on the row to add a new record.
Public methodClickNewRowIndicatorR
Simulates a click of the right mouse button on the row to add a new record.
Public methodClickNewRowIndicatorR(ShiftKey)
Simulates a click of the right mouse button on the row to add a new record.
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.
Public methodClickRowIndicator(Int32, ShiftKey)
Simulates a left click on the specified row indicator.
Public methodClickRowIndicatorR(Int32)
Simulates a right click on the specified row indicator.
Public methodClickRowIndicatorR(Int32, ShiftKey)
Simulates a right click on the specified row indicator.
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.
Public methodDblClickCell(Int32, String)
Simulates a double-click on the specified cell.
Public methodDblClickCell(Int32, Int32, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCell(Int32, String, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCellR(Int32, Int32)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, String)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, Int32, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, String, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickColumnHeader(Int32)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(String)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(Int32, ShiftKey)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(String, ShiftKey)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeaderR(Int32)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(String)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(Int32, ShiftKey)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(String, ShiftKey)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
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.
Public methodDblClickNewRowCell(String)
Simulates a double click on the specified cell of the row to add a new record.
Public methodDblClickNewRowCell(Int32, ShiftKey)
Simulates a double click on the specified cell of the row to add a new record.
Public methodDblClickNewRowCell(String, ShiftKey)
Simulates a double click on the specified cell of the row to add a new record.
Public methodDblClickNewRowCellR(Int32)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
Public methodDblClickNewRowCellR(String)
Simulates a double click of the right mouse button on the specified cell of the row to add a new record.
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.
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.
Public methodDblClickNewRowCellRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowCellXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickNewRowIndicator
Simulates a double click on the row to add a new record.
Public methodDblClickNewRowIndicator(ShiftKey)
Simulates a double click on the row to add a new record.
Public methodDblClickNewRowIndicatorR
Simulates a double click of the right mouse button on the row to add a new record.
Public methodDblClickNewRowIndicatorR(ShiftKey)
Simulates a double click of the right mouse button on the row to add a new record.
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.
Public methodDblClickRowIndicator(Int32, ShiftKey)
Simulates a double-click on the specified row indicator.
Public methodDblClickRowIndicatorR(Int32)
Simulates a double right click on the specified row indicator.
Public methodDblClickRowIndicatorR(Int32, ShiftKey)
Simulates a double right click on the specified row indicator.
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 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.
Public methodFindRow(String, Object)
Returns the index of the first row that contains the specified value in the specified column.
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.
Public methodHoverMouseCell(Int32, String)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseCell(Int32, Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseCell(Int32, String, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseColumnHeader(Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
Public methodHoverMouseColumnHeader(String)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
Public methodHoverMouseColumnHeader(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
Public methodHoverMouseColumnHeader(String, Int32, Int32)
Places the mouse pointer at position (X, Y) in header-relative coordinates.
Public methodHoverMouseNewRowCell(Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseNewRowCell(String)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseNewRowCell(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseNewRowCell(String, Int32, Int32)
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Public methodHoverMouseNewRowIndicator
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
Public methodHoverMouseNewRowIndicator(Int32, Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
Public methodHoverMouseRowIndicator(Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
Public methodHoverMouseRowIndicator(Int32, Int32, Int32)
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
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