Link Search Menu Expand Document

FlexItem.TitleLClicked Event

This event occurs when click the left mouse on the title.

The TitleLClicked 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.