ArcFM Responder Mobile Developer Guide
ItemSelected Property






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

Parameters

Key
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

IMMListTree Interface
IMMListTree Members

Send Feedback