Intersoft ClientUI Documentation
GetContent Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation.RegionAdapters Namespace > TabControlRegionAdapter Class : GetContent Method






container
The container of which content to get.
Gets the content of the given container.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetContent( _
   ByVal container As DependencyObject _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As TabControlRegionAdapter
Dim container As DependencyObject
Dim value As Object
 
value = instance.GetContent(container)
C# 
protected override object GetContent( 
   DependencyObject container
)
Delphi 
protected function GetContent( 
    container: DependencyObject
): TObject; override; 
JScript 
protected override function GetContent( 
   container : DependencyObject
) : Object;
Managed Extensions for C++ 
protected: Object* GetContent( 
   DependencyObject* container
) override 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.