Intersoft ClientUI Documentation
Adapt Method (ItemsControlRegionAdapter)



The region of which object to adapt.
The object to adapt.
Adapts an object (typically a control) to the specified Intersoft.Client.Framework.Regions.IRegion.
Syntax
Public Overrides Sub Adapt( _
   ByVal region As IRegion, _
   ByVal regionTarget As ItemsControl _
) 
Dim instance As ItemsControlRegionAdapter
Dim region As IRegion
Dim regionTarget As ItemsControl
 
instance.Adapt(region, regionTarget)
public override void Adapt( 
   IRegion region,
   ItemsControl regionTarget
)
public:
void Adapt( 
   IRegion^ region,
   ItemsControl^ regionTarget
) override 

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

ItemsControlRegionAdapter Class
ItemsControlRegionAdapter Members

Send Feedback