FlexItem.TitleRClicked Event
This event occurs when click the right mouse on the title.
The TitleRClicked event has the following structure:
Event {
Number ShiftKey;
Number CtrlKey;
Number AltKey;
}
ShiftKey, CtrlKey, and AltKey indicate the key press state when an event occurs, respectively.