ArcFM Desktop Developer Guide
Selected Property (IMMCOMPickerUC3)


Version: 10.2.1a

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 IMMCOMPickerUC3
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

IMMCOMPickerUC3 Interface
IMMCOMPickerUC3 Members

 

 


Send Comment