FloatingWindowOwnerMode Enum
Specifies the mode that determines when floating windows should be owned by the main window. When owned by the main window, a floating window will always appear on top of it.
public enum FloatingWindowOwnerMode
Fields
Name | Description |
---|---|
Always | All floating windows will be owned by the main window. |
Default | Floating windows that only consist of tool windows will be owned by the main window. Floating windows that have MDI will only be owned by the main window when when they do not appear in the taskbar. |