treeview SwitchToBoldOnDblClick property
Return to Introduction  Previous page  Next page
Applies to
acTreeView component as subproperty of BoldItem structure.  

Declaration
property SwitchToBoldOnDblClick: Boolean; // False by default  

Description
The SwitchToBoldOnDblClick property determines whether "bold" node index should be automatically switched to node that was double clicked.  
 
Set SwitchToBoldOnDblClick to True if you wish to make the node marked out as "bold" when user double clicks it with mouse.  
 
tip If you need to be notified when the "bold" node index are switched — use OnBoldItemBeforeSwitch and OnBoldItemSwitched events.  

See also
ItemIndex and ItemIndexIs properties;  
OnBoldItemBeforeSwitch and OnBoldItemSwitched events.