Description
This property provides a scripting interface to the main menu created with the Syncfusion Essential Tools.
Supported component versions: Syncfusion Essential Studio ver. 4.1, 5.1, 5.2, 6.1, 6.3, 7.1 - 11.4.
Note: | The EssMainMenu property does not support menus created using XP Toolbar controls. |
Declaration
TestObj.EssMainMenu
Read-Only Property | A Menu object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
A Menu
object that corresponds to one of components from the Essential Tools Menus Package that serves as the window’s main menu.
Remarks
After you obtain the menu, you can select items from this menu using the returned object. See the Menu
object description for more information on available menu actions.
This property is available if the Syncfusion Systems Control Support plugin is installed.
See Also
MainMenu Property
PopupMenu Property (Window Objects)
SystemMenu Property
Simulating Menu Actions