Version

GetItem Method (ComboEditorBaseProxy<T,TControl>)

Returns the item or its data object from the given collection via its identifier
Syntax
'Declaration
 
Protected Function GetItem( _
   ByVal oItemCollection As System.Object, _
   ByVal oItemArg As System.Object, _
   Optional ByVal bGetItemData As System.Boolean _
) As System.Object
protected System.object GetItem( 
   System.object oItemCollection,
   System.object oItemArg,
   System.bool bGetItemData
)
protected: System.Object* GetItem( 
   System.Object* oItemCollection,
   System.Object* oItemArg,
   System.bool bGetItemData
) 

Parameters

oItemCollection
The given items collection
oItemArg
Identifier of the ComboEditorBase item
bGetItemData
Optional bool parameter, if true returns the Data object of the item, else returns the item itself

Return Value

The item or its data object from the given collection via its identifier
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