Check documentation for the latest version of dhtmlxSuite hideMenu DHTMLX Docs

hideMenu

hides dhtmlxMenu attached to a window

void hideMenu();

Example

myWins.window(id).hideMenu();

Back to top