Home › Forums › General XMetaL Discussion › Restoring minimized document › Reply To: Restoring minimized document
Reply to: Restoring minimized document
March 10, 2009 at 10:56 pmI'll file a feature request for this, though I cannot say for sure when (or if) we will implement such a feature. I'm thinking something along these lines (which uses the MDI functionality provided in VB and our existing API ViewType as models):
MDIWindowState (Document property)
Applies: To XMetaL Author
Access: Read/write
Returns: Integer
Description:
Returns or sets the window state that the document's MDI window is in. Allowed
values are:
sqMDIWindowStateUnspecified (-1): Unspecified
sqMDIWindowStateMaximized (0): Maximized
sqMDIWindowStateMinimized (1): Minimized
sqMDIWindowStateNormal (2): Normal (resizable, movable window with maximize and minimize buttons)