JVCL Help:TJvTabBar.RightClickSelect
JVCL Help: TJvTabBar.RightClickSelect Property
Search in JVCL Help
Search in all projectsSummary
Indicates if right mouse button clicks can be used to select a tab on the control.
Pascal
propertyRightClickSelect: Boolean;
Description
RightClickSelect is a Boolean property that indicates if right mouse button clicks can be used to select a tab on the control. When RightClickSelect contains True, the tab under the mouse event will become the SelectedTab. If the TJvTabBarItem in SelectedTab has an assigned PopupMenu, the menu will be displayed at the mouse coordinates. Please note that there is a potential conflict in handling right mouse button events when RightClickSelect for the TabBar control contains True and property PopupMenu has been assigned for the control. In this situation, a right mouse button event occurring on the Tab cannot be properly resolved so no action is performed. The default value for RightClickSelect is True, as assigned in the constructor for the control.
See Also
TJvTabBarItem, TJvCustomTabBar.SelectedTab,
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page