Intersoft ClientUI Documentation
Adapt Method (SelectionControlRegionAdapter)



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 ISSelectionControl _
) 
Dim instance As SelectionControlRegionAdapter
Dim region As IRegion
Dim regionTarget As ISSelectionControl
 
instance.Adapt(region, regionTarget)
public override void Adapt( 
   IRegion region,
   ISSelectionControl regionTarget
)
public:
void Adapt( 
   IRegion^ region,
   ISSelectionControl^ 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

SelectionControlRegionAdapter Class
SelectionControlRegionAdapter Members

Send Feedback