IWinListView Interface |
Namespace: SmartBear.TestLeft.TestObjects.Win
The IWinListView 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.) |
![]() | wBackground |
Returns the Win32ListViewBackground object that provides a scripting interface to the list view background image.
|
![]() | wChecked |
Returns true if the item is checked. Else, false.
|
![]() | wColumnCount |
Returns the total number of columns in the list view.
|
![]() | wCut |
Returns true if the item is marked for a cut-and-paste operation.
|
![]() | wFocused |
Returns true if the item is focused.
|
![]() | wGroup |
Returns information about the group to which the specified item belongs.
|
![]() | wGroupCount |
Returns the number of list view groups. (Windows Vista only)
|
![]() | wGroups |
Returns information about the group specified by its identifier or index.
|
![]() | wHeader |
Returns the Win32Header object that provides the scripting interface to the list view header.
|
![]() | wIconBounds |
Returns the bounding rectangle of the icon.
|
![]() | Width |
The object's width in pixels.
(Inherited from IControl.) |
![]() | wImage |
Returns the item image.
|
![]() | wItem |
Returns the name of the item specified by its index or using a wildcard.
|
![]() | wItemBounds |
Returns the bounding rectangle of the entire item, including the icon and label.
|
![]() | wItemCount |
Returns the total number of items in the list view.
|
![]() | wListViewStyleEx |
Returns the Win32ListViewStyleEx object that provides a scripting interface to the list view extended styles.
|
![]() | wLParam |
Returns the application-defined value specific to the item.
|
![]() | wSelectBounds |
Returns the union of the icon and label rectangles, but excludes columns in report view.
|
![]() | wSelected |
Returns true if the item is selected.
|
![]() | wStateImage |
Returns the item state image.
|
![]() | wTextBounds |
Returns the bounding rectangle of the item text.
|
Name | Description | |
---|---|---|
![]() | CallMethod<T>(String,Object[]) |
Invokes the specified method and returns the result.
(Inherited from IObject.) |
![]() | Cast<T> |
Casts the interface to an interface of another type.
(Inherited from IObject.) |
![]() | CheckItem(Int32, Boolean) |
Checks the item specified by its index, from 0, or by its name.
|
![]() | CheckItem(String, Boolean) |
Checks the item specified by its index, from 0, or by its name.
|
![]() | 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.) |
![]() | ClickItem(Int32) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(String) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(Int32, String) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(String, Int32) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(String, String) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(Int32, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(String, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItem(String, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click.
|
![]() | ClickItemR(Int32) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(String) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(Int32, String) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(String, Int32) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(String, String) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(Int32, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(String, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemR(String, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click.
|
![]() | ClickItemRXY(Int32, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(Int32, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(String, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(String, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(Int32, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(String, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemRXY(String, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
![]() | ClickItemXY(Int32, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(Int32, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(String, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(String, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(Int32, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(Int32, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(String, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | ClickItemXY(String, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
![]() | 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.) |
![]() | 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.) |
![]() | DblClickItem(Int32) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(String) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(Int32, Int32) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(Int32, String) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(String, Int32) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(String, String) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(Int32, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(String, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItem(String, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click.
|
![]() | DblClickItemR(Int32) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(String) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(Int32, String) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(String, Int32) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(String, String) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(Int32, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(String, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemR(String, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click.
|
![]() | DblClickItemRXY(Int32, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(Int32, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(String, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(String, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(Int32, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(String, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemRXY(String, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
![]() | DblClickItemXY(Int32, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(Int32, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(String, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(String, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(Int32, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(Int32, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(String, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | DblClickItemXY(String, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
![]() | 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.) |
![]() | 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.) |
![]() | Find<T>(ISearchPattern, Int32) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) |
![]() | Find<T>(ISearchPattern, Int32, Int32) |
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.) |
![]() | FindAll<T> |
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
(Inherited from IObjectTreeNode.) |
![]() | FocusItem(Int32) |
Focuses the specified list view item.
|
![]() | FocusItem(String) |
Focuses the specified list view item.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | HotTrackSelect(Int32) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(String) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(Int32, Int32) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(Int32, String) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(String, Int32) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(String, String) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(Int32, Int32, ShiftKey) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(Int32, String, ShiftKey) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(String, Int32, ShiftKey) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | HotTrackSelect(String, String, ShiftKey) |
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
![]() | 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.) |
![]() | SelectItem(Int32) |
Selects the item.
|
![]() | SelectItem(String) |
Selects the item.
|
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |
![]() | TryFind<T>(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.) |
![]() | TryFind<T>(ISearchPattern, Int32, T) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) |
![]() | TryFind<T>(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.) |