IDevExpressXtraPopupMenu Interface |
Namespace: SmartBear.TestLeft.TestObjects.WinForms.DevExpress
The IDevExpressXtraPopupMenu type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of items.
(Inherited from IItemCollection<T>.) |
![]() | Item |
Returns an item by its key. A key can be an index or string.
(Inherited from IItemCollection<T>.) |
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.) |
![]() | Check(Int32, CheckState) |
Moves the mouse cursor to the specified item and clicks it with the left mouse button until the specified state is reached.
|
![]() | Check(String, CheckState) |
Moves the mouse cursor to the specified item and clicks it with the left mouse button until the specified state is reached.
|
![]() | Click(Int32) |
Moves the mouse cursor to the specified item and then simulates a single click.
|
![]() | Click(String) |
Moves the mouse cursor to the specified item and then simulates a single click.
|
![]() | Click(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a single click.
|
![]() | Click(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a single click.
|
![]() | ClickM(Int32) |
Moves the mouse cursor to the specified item and then simulates a middle click.
|
![]() | ClickM(String) |
Moves the mouse cursor to the specified item and then simulates a middle click.
|
![]() | ClickM(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a middle click.
|
![]() | ClickM(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a middle click.
|
![]() | ClickMXY(Int32, Int32, Int32) |
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickMXY(String, Int32, Int32) |
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickMXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickMXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickR(Int32) |
Moves the mouse cursor to the specified item and then simulates a right click.
|
![]() | ClickR(String) |
Moves the mouse cursor to the specified item and then simulates a right click.
|
![]() | ClickR(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a right click.
|
![]() | ClickR(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a right click.
|
![]() | ClickRXY(Int32, Int32, Int32) |
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickRXY(String, Int32, Int32) |
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickRXY(String, Int32, Int32, ShiftKey) |
Simulates a right click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickXY(Int32, Int32, Int32) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickXY(String, Int32, Int32) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | ClickXY(String, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClick(Int32) |
Moves the mouse cursor to the specified item and then simulates a double-click.
|
![]() | DblClick(String) |
Moves the mouse cursor to the specified item and then simulates a double-click.
|
![]() | DblClick(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click.
|
![]() | DblClick(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click.
|
![]() | DblClickM(Int32) |
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
![]() | DblClickM(String) |
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
![]() | DblClickM(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
![]() | DblClickM(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
![]() | DblClickMXY(Int32, Int32, Int32) |
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickMXY(String, Int32, Int32) |
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickMXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickMXY(String, Int32, Int32, ShiftKey) |
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickR(Int32) |
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
![]() | DblClickR(String) |
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
![]() | DblClickR(Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
![]() | DblClickR(String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
![]() | DblClickRXY(Int32, Int32, Int32) |
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickRXY(String, Int32, Int32) |
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickRXY(String, Int32, Int32, ShiftKey) |
Simulates a double click of the right mouse button at (X,Y) inside Item specified by index, from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickXY(Int32, Int32, Int32) |
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickXY(String, Int32, Int32) |
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | DblClickXY(String, Int32, Int32, ShiftKey) |
Simulates a double click at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |