hwIPage GetActiveWindowExpanded
Indicates whether the active window on the page is expanded or not.
Syntax
hwIPage_handle GetActiveWindowExpanded
Application
Tcl Query
Description
Returns true if the active window is expanded, false otherwise.
Example
To determine if the active window on page 1 is
        expanded:
    hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProject 
myProject GetPageHandle myPage 1
myPage GetActiveWindowExpanded
Error
Success (0) or an error code.