JVCL Help:TJvTreeView.MenuDblClick

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if the menu item is activated by single or double clicks.


Pascal

 propertyMenuDblClick: Boolean;


Description

Use MenuDblClick to specify whether the OnClick event of the menu item associated with a node is called when single-clicking or when double-clicking the node. If MenuDblClick is false, the menu item's OnClick event is called when the item is selected, either with the mouse or the keyboard. If MenuDblClick is true, the user must double-click the item with the mouse or select it and press either SPACE or ENTER.


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