alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved