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