Intersoft ClientUI Documentation
GetContainer Method (SelectionControlRegionAdapter)



The item of which container to get.
Gets the container of the specified item.
Syntax
Protected Overridable Function GetContainer( _
   ByVal item As Object _
) As Object
Dim instance As SelectionControlRegionAdapter
Dim item As Object
Dim value As Object
 
value = instance.GetContainer(item)
protected virtual object GetContainer( 
   object item
)
protected:
virtual Object^ GetContainer( 
   Object^ item
) 

Parameters

item
The item of which container to get.

Return Value

Returns tbe container that hosts the item.
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

SelectionControlRegionAdapter Class
SelectionControlRegionAdapter Members

Send Feedback