Class GridGroupDragWindow
Defines a class that implements the drag window. Used internally.
Inherited Members
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 |
---|
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. |