Check documentation for the latest version of dhtmlxSuite unload DHTMLX Docs

unload

destructor, removes the ribbon

void unload();

Example

myRibbon.unload();
myRibbon = null;

Back to top