FlexItem.TitleDClicked Event
This event occurs when double-clicking the left mouse on the title.
The TitleDClicked 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.