Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object / WindowState Property
In This Topic
    WindowState Property (View)
    In This Topic
    Gets or sets the window state of the view.
    Syntax
    expression.WindowState As FormWindowState
    where expression is a variable that represents a View Object
    Exceptions
    ExceptionDescription
    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.
    Remarks
    This property is only supported for the Ribbon and Classic MDI UI modes. For Ribbon, the documents must be arranged as windows (DocumentViewLayout.Windowed).
    See Also