Inheritance
System.Object
CustomizationDndHelper
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Tools.Windows.dll
public class CustomizationDndHelper : IDisposable
Constructors
Declaration
public CustomizationDndHelper(IDndTrackingControl control)
Parameters
Properties
Declaration
public bool AllowRecord { get; set; }
Property Value
Declaration
protected Rectangle CueRect { get; set; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
public bool Dragging { get; set; }
Property Value
Declaration
public IBarItemContainer ParentItem { get; set; }
Property Value
Methods
Declaration
protected virtual bool CanDropItem(BarItem item, DragEventArgs e)
Parameters
Type |
Name |
Description |
BarItem |
item |
|
System.Windows.Forms.DragEventArgs |
e |
|
Returns
Declaration
Declaration
protected void Finalize()
Declaration
protected virtual void GetUpdatedHitItem(ref BarItem hitItem, ref bool beforeOrAfter)
Parameters
Type |
Name |
Description |
BarItem |
hitItem |
|
System.Boolean |
beforeOrAfter |
|
Declaration
public virtual void InsertItem(BarItem hitItem, BarItem droppedItem, bool beforeOrAfter)
Parameters
Type |
Name |
Description |
BarItem |
hitItem |
|
BarItem |
droppedItem |
|
System.Boolean |
beforeOrAfter |
|
Declaration
public virtual void InsertItem(BarItem hitItem, BarItem droppedItem, bool beforeOrAfter, bool record)
Parameters
Type |
Name |
Description |
BarItem |
hitItem |
|
BarItem |
droppedItem |
|
System.Boolean |
beforeOrAfter |
|
System.Boolean |
record |
|
Declaration
public virtual void InsertNewItem(NewMenuItem newMenuItem, DragEventArgs e)
Parameters
Type |
Name |
Description |
NewMenuItem |
newMenuItem |
|
System.Windows.Forms.DragEventArgs |
e |
|
Declaration
public void OnDragDrop(DragEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.DragEventArgs |
e |
|
Declaration
public void OnDragOver(DragEventArgs drgevent)
Parameters
Type |
Name |
Description |
System.Windows.Forms.DragEventArgs |
drgevent |
|
Declaration
public void PaintCueCursor(Graphics g)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
Declaration
public virtual void RemoveItem(BarItem itemToRemove)
Parameters
Type |
Name |
Description |
BarItem |
itemToRemove |
|
Declaration
public virtual void RemoveItem(BarItem itemToRemove, bool record)
Parameters
Type |
Name |
Description |
BarItem |
itemToRemove |
|
System.Boolean |
record |
|
Declaration
Declaration
public void ResetItem(BarItem itemToReset, bool messageboxshow)
Parameters
Type |
Name |
Description |
BarItem |
itemToReset |
|
System.Boolean |
messageboxshow |
|
Declaration
protected void UpdateInsertionCue(DragDropEffects effect, BarItem barItem, bool beforeOrAfter)
Parameters
Type |
Name |
Description |
System.Windows.Forms.DragDropEffects |
effect |
|
BarItem |
barItem |
|
System.Boolean |
beforeOrAfter |
|
Implements
System.IDisposable