ITopLevelWindowSystemMenu Property |
Returns the Menu object for the system 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 IMenu SystemMenu { get; }
ReadOnly Property SystemMenu As IMenu
Get
Dim instance As ITopLevelWindow
Dim value As IMenu
value = instance.SystemMenu
property IMenu^ SystemMenu {
IMenu^ get ();
}
Property Value
Type:
IMenuExceptions See Also