WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupDragWindow - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupDragWindow

    Defines a class that implements the drag window. Used internally.

    Inheritance
    System.Object
    DragWindow
    GridGroupDragWindow
    Inherited Members
    DragWindow.ShowWindowTopMost()
    DragWindow.WndProc(Message)
    DragWindow.OnPaintBackground(PaintEventArgs)
    DragWindow.OnSetCursor(Message)
    DragWindow.SetOrigin(Point)
    DragWindow.OnDragOver(DragEventArgs)
    DragWindow.OnDragDrop(DragEventArgs)
    DragWindow.OnDragEnter(DragEventArgs)
    DragWindow.OnDragLeave(EventArgs)
    DragWindow.OnQueryContinueDrag(QueryContinueDragEventArgs)
    DragWindow.OnGiveFeedback(GiveFeedbackEventArgs)
    DragWindow.DoDragDrop(Object, DragDropEffects)
    DragWindow.CreateParams
    DragWindow.WindowCursor
    DragWindow.DragParent
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridGroupDragWindow : DragWindow

    Constructors

    GridGroupDragWindow()

    Initializes a new instance of the GridGroupDragWindow class. Used internally.

    Declaration
    public GridGroupDragWindow()

    Properties

    DragBitmap

    Gets or sets the bitmap image for the dragging header. Used internally.

    Declaration
    public Bitmap DragBitmap { get; set; }
    Property Value
    Type Description
    System.Drawing.Bitmap

    Methods

    Dispose(Boolean)

    Overrides and manages the unwanted the resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    If True then the Dispose() method is called for the clean-up; Otherwise False then the finalizer is called for clean-up.

    MoveTo(Point)

    Determines a value that indicates whether to move to the specified point location or not. Used internally.

    Declaration
    public bool MoveTo(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p

    The specified destination location point value.

    Returns
    Type Description
    System.Boolean

    If True the location gets changed; Otherwise False.

    StartDrag(Point)

    Determines a value that indicates whether to start the dragging or not. Used internally.

    Declaration
    public bool StartDrag(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p

    The specified starting point value.

    Returns
    Type Description
    System.Boolean

    If True dragging takes place; Otherwise False.

    StopDrag()

    Determines a value that indicates whether to stop dragging or not. Used internally.

    Declaration
    public bool StopDrag()
    Returns
    Type Description
    System.Boolean

    If True stops dragging; Otherwise False.

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