Method: DisplayIsActive for Navigator
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Methods > Method: DisplayIsActive for Navigator
Method: DisplayIsActive for Navigator
Specifies whether the DIAdem NAVIGATOR window is active.
bDisplayIsActive = Object.DisplayIsActive()
| Object | Navigator Object with this method |
| bDisplayIsActive | Boolean Specifies whether the DIAdem NAVIGATOR window is active (True) or not (False). |
The following example checks whether the DIAdem NAVIGATOR window is active:
| VBScript | Python |
MsgBox Navigator.DisplayIsActive()