TabbedMdiWindowCreationMethod Enum
Specifies how a TabbedMdiWindow was created.
public enum TabbedMdiWindowCreationMethod
Fields
| Name | Description |
|---|---|
| Designer | The tabbed MDI window was created by designer code. |
| Layout | The tabbed MDI window was created because a layout that was loaded required a window that did not yet exist in the DockManager. |
| Programmatic | The tabbed MDI window was created programmatically by code. |