Links
EControl Syntax Editor SDK
ecSyntTree.TDblClickExpand Enumeration

Specifies processing of double click on node.

TDblClickExpand = (
  dceIgnore,
  dceAlways,
  dceNoAction
);

ecSyntTree

Members 
Description 
dceIgnore 
Do not expand node. 
dceAlways 
Always expand node. 
dceNoAction 
Expand node when TCustomSyntaxTreeView.ClickAction is not default and node points on valid text range. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!