DocumentMdiStyle Enum
Specifies the type of MDI to use for documents.
public enum DocumentMdiStyle
Fields
| Name | Description |
|---|---|
| None | No MDI should be managed by the DockManager and document windows should not be permitted. |
| Standard | Use standard MDI (child forms). |
| Tabbed | Use tabbed documents. |
| ToolWindowInnerFill | Use tool window inner fill instead of MDI. |