Check documentation for the latest version of dhtmlxSuite removeUserButton DHTMLX Docs

removeUserButton

removes a user button

void removeUserButton(string id);
idstringbutton's id

Example

myWins.window(id).removeUserButton(id);

Back to top