WinForms

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

    Show / Hide Table of Contents

    Class DragDockInfo

    The DragDockInfo class the contains the dragged control information.

    Inheritance
    System.Object
    DragDockInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DragDockInfo

    Constructors

    DragDockInfo()

    Declaration
    public DragDockInfo()

    Properties

    Controller

    Gets / Sets the DockControllerBase.

    Declaration
    public DockControllerBase Controller { get; set; }
    Property Value
    Type Description
    DockControllerBase

    DockArea

    Gets / Sets the Dock Area

    Declaration
    public Rectangle DockArea { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    DockingStyle

    Gets / Sets the DockingStyle

    Declaration
    public DockingStyle DockingStyle { get; set; }
    Property Value
    Type Description
    DockingStyle

    DockPreference

    Gets/ sets the DockPreference

    Declaration
    public DockPreference DockPreference { get; set; }
    Property Value
    Type Description
    DockPreference

    Priority

    Gets/ Sets the priority.

    Declaration
    public int Priority { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved