alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DockingAction

    Specifies the close action of docked controls.

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

    Fields

    ByMouse

    Specifies that the close action is by mouse.

    Declaration
    public const DockingAction ByMouse
    Field Value
    Type
    DockingAction

    Unknown

    Specifies that the close action is by code.

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