Check documentation for the latest version of dhtmlxSuite setContextMenuHideAllMode DHTMLX Docs

setContextMenuHideAllMode

if set to true, the method will hide all the opened context menu polygons on mouseout

void setContextMenuHideAllMode(boolean mode);
modebooleantrue/false

Example

myMenu.setContextMenuHideAllMode(mode);

Back to top