Name | Description | |
---|---|---|
NAppointmentMoveTool Constructor | Default constructor. |
The following tables list the members exposed by NAppointmentMoveTool.
Name | Description | |
---|---|---|
NAppointmentMoveTool Constructor | Default constructor. |
Name | Description | |
---|---|---|
NAppointmentMoveToolSchema | Schema associated with NAppointmentMoveTool. | |
StartMoveDistanceProperty | Reference to the StartMoveDistance property. |
Name | Description | |
---|---|---|
StartMoveDistance | Gets/Sets the move distance at which the tool is activated. |
Name | Description | |
---|---|---|
OnMouseMove | Overridden. Processes the mouse move event. |
Name | Description | |
---|---|---|
GetActiveCursorAndTooltip | Overridden. Gets the cursor and tooltip that the tool requests when active. | |
MoveSelectedItems | Moves the preview of the selected items to the position specified by dragPos. If preview is not created, it is created if the mustCreatePreview is true, or the mouse has moved a certain amount from the tool activation position. Finally if the preview is created, it is started with the location specified by startPos parameter. | |
OnAborted | Overridden. Called when the tool was aborted. Raises the Aborted event | |
OnActivated | Overridden. Called when the tool was activated. | |
OnDeactivated | Overridden. Called when the tool was deactivated. Raises the Deactivated event. | |
OnDragEnded | ||
OnQueryDragAction | ||
StartDragAndDrop | Starts the drag and drop. |