Class GridDragColumnHeaderWindow
Provides all the information about the Dragging column header window
Inherited Members
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 |