ITopLevelWindowMainMenu Property |
Returns the Menu object for the main menu of the window.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property MainMenu As IMenu
Get
Dim instance As ITopLevelWindow
Dim value As IMenu
value = instance.MainMenu
property IMenu^ MainMenu {
IMenu^ get ();
}
Property Value
Type:
IMenuExceptions See Also