IPropertyGridView Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IPropertyGridView 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.) | |
| wExpanded |
Returns true if the specified item is expanded.
| |
| Width |
The object's width in pixels.
(Inherited from IControl.) | |
| wItemCount |
Returns the number of grid items.
| |
| wItems |
Returns child items of the specified item.
| |
| wLabel |
Returns an item's label.
| |
| wValue |
Returns or sets an item value. For casting it to concrete type use class Convert.
|
| 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.) | |
| ClickLabel(Int32) |
Simulates a left click on the specified item's label.
| |
| ClickLabel(String) |
Simulates a left click on the specified item's label.
| |
| ClickLabel(Int32, ShiftKey) |
Simulates a left click on the specified item's label.
| |
| ClickLabel(String, ShiftKey) |
Simulates a left click on the specified item's label.
| |
| ClickLabelR(Int32) |
Simulates a right click on the specified item's label.
| |
| ClickLabelR(String) |
Simulates a right click on the specified item's label.
| |
| ClickLabelR(Int32, ShiftKey) |
Simulates a right click on the specified item's label.
| |
| ClickLabelR(String, ShiftKey) |
Simulates a right click on the specified item's label.
| |
| 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.) | |
| 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.) | |
| ClickValue(Int32) |
Simulates a left click on the specified item's cell value.
| |
| ClickValue(String) |
Simulates a left click on the specified item's cell value.
| |
| ClickValue(Int32, ShiftKey) |
Simulates a left click on the specified item's cell value.
| |
| ClickValue(String, ShiftKey) |
Simulates a left click on the specified item's cell value.
| |
| ClickValueR(Int32) |
Simulates a right click on the specified item's cell value.
| |
| ClickValueR(String) |
Simulates a right click on the specified item's cell value.
| |
| ClickValueR(Int32, ShiftKey) |
Simulates a right click on the specified item's cell value.
| |
| ClickValueR(String, ShiftKey) |
Simulates a right click on the specified item's cell value.
| |
| ClickValueRXY(Int32, Int32, Int32) |
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueRXY(String, Int32, Int32) |
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueRXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueXY(Int32, Int32, Int32) |
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueXY(String, Int32, Int32) |
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| ClickValueXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| Collapse(Int32) |
Collapses the specified item.
| |
| Collapse(String) |
Collapses the specified item.
| |
| 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.) | |
| DblClickLabel(Int32) |
Simulates a double-click on the specified item's label.
| |
| DblClickLabel(String) |
Simulates a double-click on the specified item's label.
| |
| DblClickLabel(Int32, ShiftKey) |
Simulates a double-click on the specified item's label.
| |
| DblClickLabel(String, ShiftKey) |
Simulates a double-click on the specified item's label.
| |
| DblClickLabelR(Int32) |
Simulates a double right click on the specified item's label.
| |
| DblClickLabelR(String) |
Simulates a double right click on the specified item's label.
| |
| DblClickLabelR(Int32, ShiftKey) |
Simulates a double right click on the specified item's label.
| |
| DblClickLabelR(String, ShiftKey) |
Simulates a double right click on the specified item's label.
| |
| 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.) | |
| 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.) | |
| DblClickValue(Int32) |
Simulates a double-click on the specified item's cell value.
| |
| DblClickValue(String) |
Simulates a double-click on the specified item's cell value.
| |
| DblClickValue(Int32, ShiftKey) |
Simulates a double-click on the specified item's cell value.
| |
| DblClickValue(String, ShiftKey) |
Simulates a double-click on the specified item's cell value.
| |
| DblClickValueR(Int32) |
Simulates a double right click on the specified item's cell value.
| |
| DblClickValueR(String) |
Simulates a double right click on the specified item's cell value.
| |
| DblClickValueR(Int32, ShiftKey) |
Simulates a double right click on the specified item's cell value.
| |
| DblClickValueR(String, ShiftKey) |
Simulates a double right click on the specified item's cell value.
| |
| DblClickValueRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueXY(Int32, Int32, Int32) |
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueXY(String, Int32, Int32) |
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| DblClickValueXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the left mouse button at point (X, Y) within the specified item’s cell value.
| |
| 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.) | |
| Expand(Int32) |
Expands the specified item.
| |
| Expand(String) |
Expands the specified item.
| |
| 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.) | |
| 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.) | |
| 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.) |