Intersoft ClientUI Documentation
Adapt Method (IRegionAdapter)



The region of which object to adapt.
The object to adapt.
Adapts an object (typically a control) to the specified IRegion.
Syntax
Sub Adapt( _
   ByVal region As IRegion, _
   ByVal regionTarget As Object _
) 
Dim instance As IRegionAdapter
Dim region As IRegion
Dim regionTarget As Object
 
instance.Adapt(region, regionTarget)
void Adapt( 
   IRegion region,
   object regionTarget
)
void Adapt( 
   IRegion^ region,
   Object^ 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

IRegionAdapter Interface
IRegionAdapter Members

Send Feedback