Intersoft ClientUI Documentation
GetContent Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions.Adapters Namespace > SelectionControlRegionAdapter Class : GetContent Method






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

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetContent( _
   ByVal container As DependencyObject _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As SelectionControlRegionAdapter
Dim container As DependencyObject
Dim value As Object
 
value = instance.GetContent(container)
C# 
protected virtual object GetContent( 
   DependencyObject container
)
Delphi 
protected function GetContent( 
    container: DependencyObject
): TObject; virtual; 
JScript 
protected function GetContent( 
   container : DependencyObject
) : Object;
Managed Extensions for C++ 
protected: virtual Object* GetContent( 
   DependencyObject* container
) 
C++/CLI 
protected:
virtual Object^ GetContent( 
   DependencyObject^ container
) 

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.