ArcFM Responder Mobile Developer Guide
ItemEnabled Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
ReadOnly Property ItemEnabled( _
   ByVal Index As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMMMultiItem
Dim Index As System.Integer
Dim value As System.Boolean
 
value = instance.ItemEnabled(Index)
[System.Runtime.InteropServices.DispId(1610678280)]
System.bool ItemEnabled( 
   System.int Index
) {get;}
read-only property ItemEnabled( 
    Index: System.Integer
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get ItemEnabled( 
   Index : System.int
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.bool get_ItemEnabled( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.bool ItemEnabled {
   System.bool get(System.int Index);
}

Parameters

Index
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

IMMMultiItem Interface
IMMMultiItem Members

Send Feedback