IsTabbedViewEnabled and IsMaximizeAllTabbedSheetsEnabled functions

The following functions are added to the Window control, to help developers identify whether an MDI window has the TabbedView and MaximizeAllTabbedSheets options enabled or not (these two options can only be enabled in the IDE currently):

  • IsTabbedViewEnabled -- Gets the state (enabled or disabled) of the TabbedView option of the MDI window. When True, it indicates the sheets will be displayed as tab pages.

  • IsMaximizeAllTabbedSheetsEnabled -- Gets the state (enabled or disabled) of the MaximizeAllTabbedSheets option of the MDI window. When True, it indicates the sheets will be displayed at the maximum size.