Intersoft ClientUI Documentation
GetContainer Method (TabControlRegionAdapter)



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

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

TabControlRegionAdapter Class
TabControlRegionAdapter Members

Send Feedback