Intersoft ClientUI Documentation
PrepareContainerForItem Method (TabControlRegionAdapter)



The item of which container to prepare.
The parent of the container.
Prepare the container for the specified item.
Syntax
Protected Overrides Function PrepareContainerForItem( _
   ByVal item As Object, _
   ByVal parent As DependencyObject _
) As Object
Dim instance As TabControlRegionAdapter
Dim item As Object
Dim parent As DependencyObject
Dim value As Object
 
value = instance.PrepareContainerForItem(item, parent)
protected override object PrepareContainerForItem( 
   object item,
   DependencyObject parent
)
protected:
Object^ PrepareContainerForItem( 
   Object^ item,
   DependencyObject^ parent
) override 

Parameters

item
The item of which container to prepare.
parent
The parent of the container.

Return Value

Returns the container for 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