Class WindowMode
Specifies the window modes of a child element in DockingManager.
Inheritance
System.Object
WindowMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class WindowMode : Enum
Fields
Document
A docking child that acts as document window and cannot moved to dock or autohide state in DockingManager.
Declaration
public const WindowMode Document
Field Value
| Type |
|---|
| WindowMode |
Tool
A docking child that can be moved to any dock state in DockingManager.
Declaration
public const WindowMode Tool
Field Value
| Type |
|---|
| WindowMode |