expression.WindowState As FormWindowState
where expression is a variable that represents a View Object
expression.WindowState As FormWindowState
Exception | Description |
---|---|
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. |