[]
DragNotificationBase is used to show the custom tooltip on dragging task.
public abstract class DragNotificationBase : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
DragNotificationBase() | Creates the DragNotificationBase instance. |
Name | Description |
---|---|
AllowLinkMode | Allows or disallows link mode by dragging. |
CreateParams |
Name | Description |
---|---|
EndDrag(BaseTask) | Raises on dropping dragging task. |
GetSize() | Gets the size of the tooltip control. |
StartDrag(BaseTask) | Raises on starting dragging task. |
UpdateDates(DateTime?, DateTime?, double, DurationUnits) | Raises on update start and finish dates of the task. |
UpdatePercent(double, DateTime) | Raises on update oercent. |
WndProc(ref Message) |