Gets/sets the state of the main window.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property WindowState() As AgEWindowState |
| [C#] |
|---|
public AgEWindowState WindowState {get; set;} |
| [Managed C++] |
|---|
public: __property AgEWindowState get_WindowState(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEWindowState getWindowState(); public void setWindowState( AgEWindowState ); |
[Python - STK API ] |
|---|
@property def WindowState(self) -> "AgEWindowState": @WindowState.setter def WindowState(self, NewVal:"AgEWindowState") -> None: |






