alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DockState

    Specifies the state of the dock child in DockingManager

    Inheritance
    System.Object
    DockState
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DockState : Enum

    Fields

    AutoHidden

    Specifies the control is in auto hidden state in DockingManager

    Declaration
    public const DockState AutoHidden
    Field Value
    Type
    DockState

    Dock

    Specifies the control is in dock state in DockingManager

    Declaration
    public const DockState Dock
    Field Value
    Type
    DockState

    Document

    Docking child or element is arranged in Document state.

    Declaration
    public const DockState Document
    Field Value
    Type
    DockState

    Float

    Specifies the control is in float state in DockingManager.

    Declaration
    public const DockState Float
    Field Value
    Type
    DockState

    Hidden

    Specifies the control is in hidden state in DockingManager

    Declaration
    public const DockState Hidden
    Field Value
    Type
    DockState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved