ArcFM Responder Mobile Developer Guide
ItemChecked Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678279)>
ReadOnly Property ItemChecked( _
   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.ItemChecked(Index)
[System.Runtime.InteropServices.DispId(1610678279)]
System.bool ItemChecked( 
   System.int Index
) {get;}
read-only property ItemChecked( 
    Index: System.Integer
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678279)
function get ItemChecked( 
   Index : System.int
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678279)]
__property System.bool get_ItemChecked( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678279)]
property System.bool ItemChecked {
   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