Intersoft ClientUI Documentation
Adapt Method (RegionAdapterBase<T>)



The region of which object to adapt.
The object to adapt.
Adapts an object (typically a control) to the specified IRegion.
Syntax
Public Overridable Sub Adapt( _
   ByVal region As IRegion, _
   ByVal regionTarget As T _
) 
Dim instance As RegionAdapterBase(Of T)
Dim region As IRegion
Dim regionTarget As T
 
instance.Adapt(region, regionTarget)
public virtual void Adapt( 
   IRegion region,
   T regionTarget
)
public:
virtual void Adapt( 
   IRegion^ region,
   T^ regionTarget
) 

Parameters

region
The region of which object to adapt.
regionTarget
The object to adapt.
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

RegionAdapterBase<T> Class
RegionAdapterBase<T> Members

Send Feedback