IToolBar Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IToolBar 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.) |
![]() | wButtonCount |
Returns the total number of buttons in the toolbar control.
|
![]() | wButtonPos |
Returns the position of item on the toolbar, from 0. item is specified by index, from 0, or by name.
|
![]() | wButtonText |
Returns the name of the button specified by item, which is the button position, from 0.
|
![]() | wChecked |
Returns true if item is in the Checked state, else, false. The button is specified by item, which is the button position, from 0.
|
![]() | wEnabled |
Returns true if item is in the Enabled state, else, false. The button is specified by item, which is the button position, from 0.
|
![]() | wGrayed |
Returns true if the button is grayed. The button is specified by item, which is the button position, from 0.
|
![]() | Width |
The object's width in pixels.
(Inherited from IControl.) |
![]() | wIsCheckButton |
Returns true if item behaves as a check box or a radio button, else - false. The button is specified by item, which is the button position, from 0.
|
![]() | wIsDropDownButton |
Returns true if item behaves as a drop-down list, else, false. The button is specified by item, which is the button position, from 0.
|
![]() | wIsSeparatorButton |
Returns true if item is a separator button, else, false. The button is specified by item, which is the button position, from 0.
|
![]() | wVisible |
Returns true if item is not in the Hidden state, else, false. The button is specified by item, which is the button position, from 0.
|
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, CheckState) |
Sets the current state of the toolbar button (by clicking), that is, Unchecked, Checked or Grayed.
|
![]() | CheckItem(String, CheckState) |
Sets the current state of the toolbar button (by clicking), that is, Unchecked, Checked or Grayed.
|
![]() | 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) |
Simulates a click on item.
|
![]() | ClickItem(String) |
Simulates a click on item.
|
![]() | ClickItem(Int32, ShiftKey) |
Simulates a click on item.
|
![]() | ClickItem(String, ShiftKey) |
Simulates a click on item.
|
![]() | ClickItemR(Int32) |
Simulates a right-click on item.
|
![]() | ClickItemR(String) |
Simulates a right-click on item.
|
![]() | ClickItemR(Int32, ShiftKey) |
Simulates a right-click on item.
|
![]() | ClickItemR(String, ShiftKey) |
Simulates a right-click on item.
|
![]() | ClickItemRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemXY(Int32, Int32, Int32) |
Simulates a click at (X,Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemXY(String, Int32, Int32) |
Simulates a click at (X,Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickItemXY(String, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | 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) |
Simulates a double click on item.
|
![]() | DblClickItem(String) |
Simulates a double click on item.
|
![]() | DblClickItem(Int32, ShiftKey) |
Simulates a double click on item.
|
![]() | DblClickItem(String, ShiftKey) |
Simulates a double click on item.
|
![]() | DblClickItemR(Int32) |
Simulates a double-click of the right mouse button on item.
|
![]() | DblClickItemR(String) |
Simulates a double-click of the right mouse button on item.
|
![]() | DblClickItemR(Int32, ShiftKey) |
Simulates a double-click of the right mouse button on item.
|
![]() | DblClickItemR(String, ShiftKey) |
Simulates a double-click of the right mouse button on item.
|
![]() | DblClickItemRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemXY(Int32, Int32, Int32) |
Simulates a click at (X,Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemXY(String, Int32, Int32) |
Simulates a click at (X,Y) inside item,. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickItemXY(String, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside item. The top-left coordinate of the item rectangle is (0,0).
|
![]() | 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.) |
![]() | GetProperty<T> |
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.) |
![]() | 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.) |