Check documentation for the latest version of dhtmlxSuite isSticked DHTMLX Docs

isSticked

checks if the window is sticked

boolean isSticked();
booleantrue - sticked, false - not sticked

Example

myWins.window(id).isSticked();

Back to top