Assembly: Syncfusion.Tools.Windows.dll
public interface IDndTrackingControl
Properties
Declaration
Property Value
Methods
Declaration
bool CanDropItem(BarItem item)
Parameters
Returns
Declaration
Returns
| Type |
| System.Windows.Forms.Control |
Declaration
Rectangle GetCueRect(BarItem barItem, bool beforeOrAfter)
Parameters
| Type |
Name |
Description |
| BarItem |
barItem |
|
| System.Boolean |
beforeOrAfter |
|
Returns
| Type |
| System.Drawing.Rectangle |
Declaration
BarItem HitTestBarItem(Point mousePosition, ref bool beforeOrAfter)
Parameters
| Type |
Name |
Description |
| System.Drawing.Point |
mousePosition |
|
| System.Boolean |
beforeOrAfter |
|
Returns