treecombobox AcceptOnDblClick property
Return to Introduction  Previous page  Next page
Applies to
acTreeComboBox component.  

Declaration
property AcceptOnDblClick: Boolean;  

Description
The AcceptOnDblClick property controls wether the tree node can be selected by double click or by single click.  
 
Set AcceptOnDblClick to True, if you think that user should double click the node to select it, or leave it False if you would like to make it selectable by single mouse click.  

See also
TreeOptions property.