IDevExpressWPFGridControl Interface |
Namespace: SmartBear.TestLeft.TestObjects.WPF.DevExpress
The IDevExpressWPFGridControl type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wColumn |
Returns the caption of the grid column specified by its index.
(Inherited from IGridView.) | |
wColumnCount |
Returns the number of grid columns.
(Inherited from IGridView.) | |
wGroupCount |
Returns the number of groups.
| |
wGroupExpanded |
Returns true if the specified group is expanded.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wRowCount |
Returns the number of grid rows.
(Inherited from IGridView.) | |
wValue |
Returns or sets a cell value. To convert this value to a specific type, use the Convert class.
(Inherited from IGridView.) |
Name | Description | |
---|---|---|
CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
CastT |
Casts the interface to an interface of another type.
(Inherited from IObject.) | |
Click |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) | |
Click(Int32, Int32) |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) | |
Click(Int32, Int32, ShiftKey) |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) | |
ClickCell(Int32, Int32) |
Simulates a left click on the specified cell.
(Inherited from IGridView.) | |
ClickCell(Int32, String) |
Simulates a left click on the specified cell.
(Inherited from IGridView.) | |
ClickCell(Int32, Int32, ShiftKey) |
Simulates a left click on the specified cell.
(Inherited from IGridView.) | |
ClickCell(Int32, String, ShiftKey) |
Simulates a left click on the specified cell.
(Inherited from IGridView.) | |
ClickCellR(Int32, Int32) |
Simulates a right click on the specified cell.
(Inherited from IGridView.) | |
ClickCellR(Int32, String) |
Simulates a right click on the specified cell.
(Inherited from IGridView.) | |
ClickCellR(Int32, Int32, ShiftKey) |
Simulates a right click on the specified cell.
(Inherited from IGridView.) | |
ClickCellR(Int32, String, ShiftKey) |
Simulates a right click on the specified cell.
(Inherited from IGridView.) | |
ClickCellRXY(Int32, Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellRXY(Int32, String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellRXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellXY(Int32, Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellXY(Int32, String, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickCellXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeader(Int32) |
Simulates a left click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeader(String) |
Simulates a left click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeader(Int32, ShiftKey) |
Simulates a left click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeader(String, ShiftKey) |
Simulates a left click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeaderR(Int32) |
Simulates a right click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeaderR(String) |
Simulates a right click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeaderR(Int32, ShiftKey) |
Simulates a right click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeaderR(String, ShiftKey) |
Simulates a right click on the specified column header.
(Inherited from IGridView.) | |
ClickColumnHeaderRXY(Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderRXY(String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderRXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderXY(Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderXY(String, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickColumnHeaderXY(String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
ClickM |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) | |
ClickM(Int32, Int32) |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) | |
ClickM(Int32, Int32, ShiftKey) |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) | |
ClickNewRowCell(Int32) |
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowCell(String) |
Simulates a click of the left mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowCell(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.) | |
ClickNewRowCell(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.) | |
ClickNewRowCellR(Int32) |
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowCellR(String) |
Simulates a click of the right mouse button on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowCellR(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.) | |
ClickNewRowCellR(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.) | |
ClickNewRowCellRXY(Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellRXY(String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellRXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellXY(Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellXY(String, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellXY(Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowCellXY(String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
ClickNewRowIndicator |
Simulates a click of the left mouse button on the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowIndicator(ShiftKey) |
Simulates a click of the left mouse button on the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowIndicatorR |
Simulates a click of the right mouse button on the row to add a new record.
(Inherited from IGridView.) | |
ClickNewRowIndicatorR(ShiftKey) |
Simulates a click of the right mouse button on the row to add a new record.
(Inherited from IGridView.) | |
ClickR |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) | |
ClickR(Int32, Int32) |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) | |
ClickR(Int32, Int32, ShiftKey) |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) | |
ClickRowIndicator(Int32) |
Simulates a left click on the specified row indicator.
(Inherited from IGridView.) | |
ClickRowIndicator(Int32, ShiftKey) |
Simulates a left click on the specified row indicator.
(Inherited from IGridView.) | |
ClickRowIndicatorR(Int32) |
Simulates a right click on the specified row indicator.
(Inherited from IGridView.) | |
ClickRowIndicatorR(Int32, ShiftKey) |
Simulates a right click on the specified row indicator.
(Inherited from IGridView.) | |
CollapseGroup |
Collapses the specified group.
| |
DblClick |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) | |
DblClick(Int32, Int32) |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) | |
DblClick(Int32, Int32, ShiftKey) |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) | |
DblClickCell(Int32, Int32) |
Simulates a double-click on the specified cell.
(Inherited from IGridView.) | |
DblClickCell(Int32, String) |
Simulates a double-click on the specified cell.
(Inherited from IGridView.) | |
DblClickCell(Int32, Int32, ShiftKey) |
Simulates a double-click on the specified cell.
(Inherited from IGridView.) | |
DblClickCell(Int32, String, ShiftKey) |
Simulates a double-click on the specified cell.
(Inherited from IGridView.) | |
DblClickCellR(Int32, Int32) |
Simulates a double right click on the specified cell.
(Inherited from IGridView.) | |
DblClickCellR(Int32, String) |
Simulates a double right click on the specified cell.
(Inherited from IGridView.) | |
DblClickCellR(Int32, Int32, ShiftKey) |
Simulates a double right click on the specified cell.
(Inherited from IGridView.) | |
DblClickCellR(Int32, String, ShiftKey) |
Simulates a double right click on the specified cell.
(Inherited from IGridView.) | |
DblClickCellRXY(Int32, Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickCellRXY(Int32, String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickCellRXY(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.) | |
DblClickCellRXY(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.) | |
DblClickCellXY(Int32, Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickCellXY(Int32, String, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickCellXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickCellXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeader(Int32) |
Simulates a double-click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeader(String) |
Simulates a double-click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeader(Int32, ShiftKey) |
Simulates a double-click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeader(String, ShiftKey) |
Simulates a double-click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeaderR(Int32) |
Simulates a double right click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeaderR(String) |
Simulates a double right click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeaderR(Int32, ShiftKey) |
Simulates a double right click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeaderR(String, ShiftKey) |
Simulates a double right click on the specified column header.
(Inherited from IGridView.) | |
DblClickColumnHeaderRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderXY(Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderXY(String, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickColumnHeaderXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
DblClickM |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) | |
DblClickM(Int32, Int32) |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) | |
DblClickM(Int32, Int32, ShiftKey) |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) | |
DblClickNewRowCell(Int32) |
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowCell(String) |
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowCell(Int32, ShiftKey) |
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowCell(String, ShiftKey) |
Simulates a double click on the specified cell of the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowCellR(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.) | |
DblClickNewRowCellR(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.) | |
DblClickNewRowCellR(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.) | |
DblClickNewRowCellR(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.) | |
DblClickNewRowCellRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellXY(Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellXY(String, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowCellXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
DblClickNewRowIndicator |
Simulates a double click on the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowIndicator(ShiftKey) |
Simulates a double click on the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowIndicatorR |
Simulates a double click of the right mouse button on the row to add a new record.
(Inherited from IGridView.) | |
DblClickNewRowIndicatorR(ShiftKey) |
Simulates a double click of the right mouse button on the row to add a new record.
(Inherited from IGridView.) | |
DblClickR |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) | |
DblClickR(Int32, Int32) |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) | |
DblClickR(Int32, Int32, ShiftKey) |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) | |
DblClickRowIndicator(Int32) |
Simulates a double-click on the specified row indicator.
(Inherited from IGridView.) | |
DblClickRowIndicator(Int32, ShiftKey) |
Simulates a double-click on the specified row indicator.
(Inherited from IGridView.) | |
DblClickRowIndicatorR(Int32) |
Simulates a double right click on the specified row indicator.
(Inherited from IGridView.) | |
DblClickRowIndicatorR(Int32, ShiftKey) |
Simulates a double right click on the specified row indicator.
(Inherited from IGridView.) | |
Drag(Int32, Int32, Int32, Int32) |
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.) | |
Drag(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.) | |
DragM(Int32, Int32, Int32, Int32) |
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.) | |
DragM(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.) | |
DragR(Int32, Int32, Int32, Int32) |
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.) | |
DragR(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.) | |
ExpandGroup |
Expands the specified group.
| |
FindT(ISearchPattern, Int32) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) | |
FindT(ISearchPattern, Int32, Int32) |
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.) | |
FindAllT |
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
(Inherited from IObjectTreeNode.) | |
FindRow(Int32, Object) |
Returns the index of the first row that contains the specified value in the specified column.
(Inherited from IGridView.) | |
FindRow(String, Object) |
Returns the index of the first row that contains the specified value in the specified column.
(Inherited from IGridView.) | |
GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
HoverMouse |
Places the mouse pointer over the specified control.
(Inherited from IControl.) | |
HoverMouse(Int32, Int32) |
Places the mouse pointer over the specified control.
(Inherited from IControl.) | |
HoverMouseCell(Int32, Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseCell(Int32, String) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseCell(Int32, Int32, Int32, Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseCell(Int32, String, Int32, Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseColumnHeader(Int32) |
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseColumnHeader(String) |
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseColumnHeader(Int32, Int32, Int32) |
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseColumnHeader(String, Int32, Int32) |
Places the mouse pointer at position (X, Y) in header-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowCell(Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowCell(String) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowCell(Int32, Int32, Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowCell(String, Int32, Int32) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowIndicator |
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseNewRowIndicator(Int32, Int32) |
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseRowIndicator(Int32) |
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.) | |
HoverMouseRowIndicator(Int32, Int32, Int32) |
Places the mouse pointer at position (X, Y) in row indicator-relative coordinates.
(Inherited from IGridView.) | |
Keys |
Simulates keyboard input to a window or control.
(Inherited from IControl.) | |
MouseWheel(Int32) |
Simulates mouse wheel rotation.
(Inherited from IControl.) | |
MouseWheel(Int32, ShiftKey) |
Simulates mouse wheel rotation.
(Inherited from IControl.) | |
Picture |
Captures the image of the object.
(Inherited from IVisualObject.) | |
Picture(Int32, Int32, Int32, Int32, Boolean) |
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.) | |
ScreenToWindow |
Converts screen coordinates to coordinates relative to the object.
(Inherited from IControl.) | |
SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) | |
TryFindT(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.) | |
TryFindT(ISearchPattern, Int32, T) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) | |
TryFindT(ISearchPattern, Int32, Int32, T) |
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.) | |
WaitProperty(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.) | |
WaitProperty(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.) | |
WindowToScreen |
Converts coordinates relative to the object to coordinates relative to screen.
(Inherited from IControl.) |