TcxCustomScheduler.SelectEvent(TcxSchedulerControlEvent,TShiftState) Method
In This Article
Emulates the AEvent user event being selected by an end-user.
#Declaration
Delphi
procedure SelectEvent(AEvent: TcxSchedulerControlEvent; AShift: TShiftState = []);
#Parameters
Name | Type |
---|---|
AEvent | Tcx |
AShift | TShift |
#Remarks
Use the SelectEvent method to select the user event by emulating the keyboard key or mouse button shifting of an end-user. The AShift parameter specifies the shift state for the desired keyboard key or mouse button.
See Also