[]
        
(Showing Draft Content)

C1.Win.C1GanttView.DragNotificationBase

DragNotificationBase Class

DragNotificationBase is used to show the custom tooltip on dragging task.

Inheritance
DragNotificationBase
Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public abstract class DragNotificationBase : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
DragNotificationBase()

Creates the DragNotificationBase instance.

Properties

Name Description
AllowLinkMode

Allows or disallows link mode by dragging.

CreateParams

Methods

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)