The Developer Express Popup Menu object contains the following methods:
Method List | View ↓
Name | Description |
---|---|
Check |
Simulates the checking or unchecking of a menu item. |
Click |
Simulates a mouse click over a menu item. |
ClickM |
Simulates a click of the middle mouse button over a menu item. |
ClickMXY |
Simulates a click of the middle mouse button at the specified point within a menu item. |
ClickR |
Simulates a click of the right mouse button over a menu item. |
ClickRXY |
Simulates a click of the right mouse button at the specified point within a menu item. |
ClickXY |
Simulates a mouse click at the specified point within a menu item. |
DblClick |
Simulates a double-click over a menu item. |
DblClickM |
Simulates a double-click of the middle mouse button over a menu item. |
DblClickMXY |
Simulates a double-click of the middle mouse button at the specified point within a menu item. |
DblClickR |
Simulates a double-click of the right mouse button over a control item. |
DblClickRXY |
Simulates a double-click of the right mouse button at the specified point within a menu item. |
DblClickXY |
Simulates a double-click at the specified point within a menu item. |
Actions
This category includes methods that simulate user actions on the tested controls.
Name | Description |
---|---|
Check |
Simulates the checking or unchecking of a menu item. |
Click |
Simulates a mouse click over a menu item. |
ClickM |
Simulates a click of the middle mouse button over a menu item. |
ClickMXY |
Simulates a click of the middle mouse button at the specified point within a menu item. |
ClickR |
Simulates a click of the right mouse button over a menu item. |
ClickRXY |
Simulates a click of the right mouse button at the specified point within a menu item. |
ClickXY |
Simulates a mouse click at the specified point within a menu item. |
DblClick |
Simulates a double-click over a menu item. |
DblClickM |
Simulates a double-click of the middle mouse button over a menu item. |
DblClickMXY |
Simulates a double-click of the middle mouse button at the specified point within a menu item. |
DblClickR |
Simulates a double-click of the right mouse button over a control item. |
DblClickRXY |
Simulates a double-click of the right mouse button at the specified point within a menu item. |
DblClickXY |
Simulates a double-click at the specified point within a menu item. |
Other Categories
If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.
Name | Description |
---|---|
Check |
Simulates the checking or unchecking of a menu item. |
Click |
Simulates a mouse click over a menu item. |
ClickM |
Simulates a click of the middle mouse button over a menu item. |
ClickMXY |
Simulates a click of the middle mouse button at the specified point within a menu item. |
ClickR |
Simulates a click of the right mouse button over a menu item. |
ClickRXY |
Simulates a click of the right mouse button at the specified point within a menu item. |
ClickXY |
Simulates a mouse click at the specified point within a menu item. |
DblClick |
Simulates a double-click over a menu item. |
DblClickM |
Simulates a double-click of the middle mouse button over a menu item. |
DblClickMXY |
Simulates a double-click of the middle mouse button at the specified point within a menu item. |
DblClickR |
Simulates a double-click of the right mouse button over a control item. |
DblClickRXY |
Simulates a double-click of the right mouse button at the specified point within a menu item. |
DblClickXY |
Simulates a double-click at the specified point within a menu item. |