MdiShowViewStrategy Properties
A Show View Strategy that uses a multiple document interface and can be used as an alternative to the default ShowInMultipleWindowsStrategy.| Name | Description |
|---|---|
| DocumentManagerStateRestorer | For internal use. |
| Explorers | Gets a list of the application’s Explorer Windows. Inherited from WinShowViewStrategyBase. |
| Inspectors | Gets a list of the application’s Inspector Windows. Inherited from WinShowViewStrategyBase. |
| MainWindow | Provides access to the application’s main Window. Inherited from WinShowViewStrategyBase. |
| MdiMode | Returns the MdiShowViewStrategy‘s mode of operation. |
| SupportViewNavigationHistory | Indicates whether the Show View Strategy keeps track of invoked Views. |
| UIType | Indicaties the UI type provided by a WinShowViewStrategyBase descendant. Inherited from WinShowViewStrategyBase. |
| Windows | Provides access to a read-only collection of the application’s Windows. Inherited from WinShowViewStrategyBase. |
See Also