WinForms

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

    Show / Hide Table of Contents

    Class DragControlEventArgs

    Contains the details about the currently dragging control and target position of the docking control.

    Inheritance
    System.Object
    System.EventArgs
    DragControlEventArgs
    AllowHighlightEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 DragControlEventArgs : EventArgs

    Constructors

    DragControlEventArgs()

    Creates a new instances of a class.

    Declaration
    public DragControlEventArgs()

    DragControlEventArgs(DragTarget, Rectangle)

    Overloaded constructor.

    Declaration
    public DragControlEventArgs(DragTarget dragTarget, Rectangle hostDockArea)
    Parameters
    Type Name Description
    DragTarget dragTarget
    System.Drawing.Rectangle hostDockArea

    Properties

    DragTarget

    Returns the Target position of the docking windows.

    Declaration
    public DragTarget DragTarget { get; }
    Property Value
    Type Description
    DragTarget

    HostDockArea

    Returns the area of Host form where the docked window is to be docked.

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