Intersoft ClientUI Documentation
GetContent Method (SelectionControlRegionAdapter)



The container of which content to get.
Gets the content of the given container.
Syntax
Protected Overridable Function GetContent( _
   ByVal container As DependencyObject _
) As Object
Dim instance As SelectionControlRegionAdapter
Dim container As DependencyObject
Dim value As Object
 
value = instance.GetContent(container)
protected virtual object GetContent( 
   DependencyObject container
)
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 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

SelectionControlRegionAdapter Class
SelectionControlRegionAdapter Members

Send Feedback