ArcFM Responder Mobile Developer Guide
EnabledEx Method






Syntax
'Declaration
 
Function EnabledEx( _
   ByVal vSelection As System.Object _
) As System.Integer
'Usage
 
Dim instance As IMMTreeViewToolEx
Dim vSelection As System.Object
Dim value As System.Integer
 
value = instance.EnabledEx(vSelection)
System.int EnabledEx( 
   System.object vSelection
)
function EnabledEx( 
    vSelection: System.TObject
): System.Integer; 
function EnabledEx( 
   vSelection : System.Object
) : System.int;
System.int EnabledEx( 
   System.Object* vSelection
) 
System.int EnabledEx( 
   System.Object^ vSelection
) 

Parameters

vSelection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMTreeViewToolEx Interface
IMMTreeViewToolEx Members

Send Feedback