DHTMLX Docs & Samples Explorer

isHidden()

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxwindows.js

checks if a button is hidden

Returns true if hidden, otherwise - false

    var isBtnHidden = dhxWins.window(id).button(id).isHidden();