IMenu Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IMenu type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of items in the menu.
|
![]() | Items |
Returns a menu item as a reference to the MenuItem object.
|
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, Boolean) |
Checks or unchecks the specified menu item.
|
![]() | Check(String, Boolean) |
Checks or unchecks the specified menu item.
|
![]() | Click(Int32) |
Moves the mouse cursor to the specified menu item and then simulates a single click.
|
![]() | Click(String) |
Moves the mouse pointer to the specified menu or submenu item and then simulates a mouse click.
|
![]() | Close |
Closes the menu window.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | Select(Int32) |
Selects the specified menu item.
|
![]() | Select(String) |
Selects the specified menu item.
|
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |