'Declaration
Property WindowState As FormWindowState
'Usage
Dim instance As IView Dim value As FormWindowState instance.WindowState = value value = instance.WindowState
FormWindowState WindowState {get; set;}
'Declaration
Property WindowState As FormWindowState
'Usage
Dim instance As IView Dim value As FormWindowState instance.WindowState = value value = instance.WindowState
FormWindowState WindowState {get; set;}
Exception | Description |
---|---|
System.NotSupportedException | This exception is thrown when WindowState is used while the UI is configured for a mode not supported. Only Ribbon mode in window view mode and Classic MDI mode are supported. |