Name | Description | |
---|---|---|
NAppointmentResizeTool Constructor | Default constructor. |
The following tables list the members exposed by NAppointmentResizeTool.
Name | Description | |
---|---|---|
NAppointmentResizeTool Constructor | Default constructor. |
Name | Description | |
---|---|---|
NAppointmentResizeToolSchema | Schema associated with NAppointmentResizeTool. | |
SideDistanceProperty | Reference to the SideDistance property. |
Name | Description | |
---|---|---|
SideDistance | Gets/Sets the maximum distance a point should be from the side of an appointment widget in order to activate this tool. By default set to 10 dips. |
Name | Description | |
---|---|---|
OnMouseMove | Overridden. Processes the mouse move event. |
Name | Description | |
---|---|---|
GetActiveCursorAndTooltip | Overridden. Gets the cursor and tooltip that the tool requests when active | |
GetReadyCursorAndTooltip | Overridden. Gets the cursor and tooltip that the tool requests when not active. | |
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. | |
ResizeSelectedItem | Resizes the preview of the selected item 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. |