DIAdem Help

Method: DisplayIsActive for Navigator

  • Updated2024-09-12
  • 1 minute(s) read

Method: DisplayIsActive for Navigator

Specifies whether the DIAdem NAVIGATOR window is active.

bDisplayIsActive = Object.DisplayIsActive()
ObjectNavigator
Object with this method
bDisplayIsActiveBoolean
Specifies whether the DIAdem NAVIGATOR window is active (True) or not (False).

The following example checks whether the DIAdem NAVIGATOR window is active:

VBScriptPython

 

MsgBox Navigator.DisplayIsActive()