WinForms

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

    Show / Hide Table of Contents

    Enum DockState

    Specifies the state of the dock child in DockingManager

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum DockState

    Fields

    Name Description
    AutoHidden

    Specifies the control is in auto hidden state in DockingManager

    Dock

    Specifies the control is in dock state in DockingManager

    Document

    Docking child or element is arranged in Document state.

    Float

    Specifies the control is in float state in DockingManager.

    Hidden

    Specifies the control is in hidden state in DockingManager

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved