menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDragColumnHeaderWindow - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDragColumnHeaderWindow

    Provides all the information about the Dragging column header window

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

    Constructors

    GridDragColumnHeaderWindow()

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

    Declaration
    public GridDragColumnHeaderWindow()

    Properties

    DragBitmap

    Gets or sets DragBitmap. Used internally.

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

    Methods

    Dispose(Boolean)

    Releases all resources used by the System.ComponentModel.Component.

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

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Remarks

    See the documentation for the System.ComponentModel.Component class and its Dispose member.

    MoveTo(Point)

    Used internally. Move to specific point p.

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

    Returns Boolean value.

    StartDrag(Point)

    Used internally. Pop up the drag window for start dragging.

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

    Returns Boolean value.

    StopDrag()

    Used internally. Stops the dragging process by suspend the drag window layout.

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

    returns Boolean value

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