ArcFM Engine Developer Guide
DoubleClickToolEnabled Property


This property sets or returns a boolean value that indicates whether the user can double-click a node in the tree to activate the default tool in the context menu.

Syntax
'Declaration
 
Public Property DoubleClickToolEnabled As Boolean
'Usage
 
Dim instance As MinerTreeView
Dim value As Boolean
 
instance.DoubleClickToolEnabled = value
 
value = instance.DoubleClickToolEnabled
public bool DoubleClickToolEnabled {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MinerTreeView Class
MinerTreeView Members

 

 


Send Comment