ArcFM Engine Developer Guide
AllowAsDefault Property (IMMTreeTool)


This property identifies the menu item as the default action to be performed when the user double-clicks the TreeView item.
Syntax
'Declaration
 
<DispIdAttribute(1610678277)>
ReadOnly Property AllowAsDefault As Boolean
'Usage
 
Dim instance As IMMTreeTool
Dim value As Boolean
 
value = instance.AllowAsDefault
[DispId(1610678277)]
bool AllowAsDefault {get;}

Property Value

Boolean
Example
A value of True identifies the tool as the default action. In ArcFM, the default menu items appears in blue text.
Visual Basic Copy Code
Private Property Get IMMTreeTool_AllowAsDefault() As Boolean
    IMMTreeTool_AllowAsDefault = False
End Property
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

IMMTreeTool Interface
IMMTreeTool Members

 

 


Send Comment