dbicList Send comments on this topic.
NodeDoubleClickEventArgs Class Properties
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : NodeDoubleClickEventArgs Class


"

For a list of all members of this type, see NodeDoubleClickEventArgs members.

"

Public Properties

 NameDescription
public PropertyButtonThe mouse button used to double click the node.  
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the double click occurred.  
public PropertyColumnItemThe dbiColumnItem where the double click occurred  
public PropertyNodeItemThe dbiNodeItem that was double clicked  
public PropertyXThe X coordinate where the double click occurred  
public PropertyYThe Y coordinate where the double click occurred.  
Top

See Also