MindFusion WinForms Programmer's Guide
Calendar.StartModify Method
See Also
 





Initiates interactive modification on the specified item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool StartModify (
    Item item,
    Point initial
)

Visual Basic  Copy Code

Public Function StartModify ( _
    item As Item, _
    initial As Point _
) As Boolean

 Parameters

item

The item to modify interactively.

initial

The initial point of the interactive modification.

 Return Value

true if the modification was successfully started; otherwise, false.

 Remarks

Through the use of the StartModify, UpdateModify, CompleteModify and CancelModify methods you can implement item drag operations within the Calendar control. This is useful in certain situations, such as when implementing OLE drag & drop operation over the Calendar control and you want the dragged item to be modified within the control before the drag & drop operation is complete.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
UpdateModify Method
CompleteModify Method
CancelModify Method