Intersoft ClientUI Documentation
GetContent Method (TabControlRegionAdapter)



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

Parameters

container
The container of which content to get.

Return Value

Returns the content of the associated container.
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