ArcFM Responder Mobile Developer Guide
Enabled Property (IMMExtObject)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
ReadOnly Property Enabled( _
   ByRef pvarValues As System.Object _
) As System.Boolean
'Usage
 
Dim instance As IMMExtObject
Dim pvarValues As System.Object
Dim value As System.Boolean
 
value = instance.Enabled(pvarValues)
[System.Runtime.InteropServices.DispId(1610678273)]
System.bool Enabled( 
   ref System.object pvarValues
) {get;}
read-only property Enabled( 
   var  pvarValues: System.TObject
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get Enabled( 
   pvarValues : System.Object
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678273)]
__property System.bool get_Enabled( 
   ref System.Object* pvarValues
);
[System.Runtime.InteropServices.DispId(1610678273)]
property System.bool Enabled {
   System.bool get(System.Object^% pvarValues);
}

Parameters

pvarValues
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

IMMExtObject Interface
IMMExtObject Members

Send Feedback