.. highlightlang:: us .. index:: DocIsVisible .. _docisvisible: DocIsVisible ============ .. us.tag DocIsVisible ENGLISH DocGet New5200 :ref:`DocIsVisible` checks if the document window is visible or hidden. .. function:: bIsVisible = DocIsVisible(hDoc) .. us.return **Return Value** *bIsVisible* is TRUE (1) if the document window is visible and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hDoc Identifies the document. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20.0 - New. .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`DocShow` :sub:`id-1712624`