TcxSchedulerEventModernStyleHintInfo Class
Stores appearance settings of event callout popup hints.
Declaration
TcxSchedulerEventModernStyleHintInfo = class(
TObject
)
Remarks
This class has fields that allow you to do the following:
Show or hide the callout pop-up hint (Visible).
Modify a caption of the user event subject (Caption).
Change the user event’s location in the callout popup hint (Location).
Hide the user event’s location (ShowLocation).
Override the user event’s start and end times in the callout popup hint (Start and Finish).
Display the user event’s start and end times (ShowStart and ShowFinish).
Replace the event reminder’s text in the callout pop-up hint (Reminder).
Switch the event reminder’s visibility (ShowReminder).
Adjust the user event’s task completion (as a percentage) in the callout pop-up hint (TaskComplete).
Show the user event’s task completion (ShowTaskComplete).
Override the user event’s resource names in the callout pop-up hint (Resources).
Hide or display the user event’s resource names (ShowResources).
The TcxSchedulerGetEventModernStyleHintInfo procedural type references a TcxSchedulerEventModernStyleHintInfo object as the AInfo parameter.