ArcFM Responder Mobile Developer Guide
Selected Property (IMMCOMPickerUC)






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

Parameters

RHS
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

IMMCOMPickerUC Interface
IMMCOMPickerUC Members

Send Feedback