Write/Read | 
About Arranging Windows | 
Description | 
 Sets or returns the window setting of Maximized, Minimized, or Normal. To arrange all of the windows, use app.ArrangeWindows.  | 
VB Syntax | 
 object.WindowState = value  | 
Variable | 
(Type) - Description | 
| 
 object  | 
 An Application (object) - main window  | 
| 
 value  | 
 (enum NAWindowStates) - The window state. Choose from:  | 
Return Type | 
 Long Integer  | 
Default | 
 naMaximized  | 
Examples | 
 app.WindowState = naMinimized 'changes the Network Analyzer application window to an icon. -Write  | 
| 
 winstate = app.WindowState 'Read  | 
|
C++ Syntax | 
 HRESULT get_WindowState(tagNAWindowStates *pVal)  | 
Interface | 
 INAWindow  |