Check documentation for the latest version of dhtmlxSuite setIconset DHTMLX Docs

setIconset

sets the iconset for Ribbon

void setIconset(string name);
namestringthe iconset's name

Example

myRibbon.setIconset(name);

Back to top