ArcFM Desktop Developer Guide
Selected Property (IMMCOMPickerUC)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Read property that determines if the item at the corresponding position in the list has been selected. This property is useful for multiple list selections.
Syntax
'Declaration
 
<DispIdAttribute(1610678277)>
ReadOnly Property Selected( _
   ByVal RHS As Integer _
) As Boolean
'Usage
 
Dim instance As IMMCOMPickerUC
Dim RHS As Integer
Dim value As Boolean
 
value = instance.Selected(RHS)
[DispId(1610678277)]
bool Selected( 
   int RHS
) {get;}

Parameters

RHS
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMCOMPickerUC Interface
IMMCOMPickerUC Members

 

 


Send Comment