Intersoft ClientUI Documentation
Get Method



The type to obtain the mapped.
Returns a new instance of adapter associated with the type provided.
Syntax
Public Function Get( _
   ByVal controlType As Type _
) As IRegionAdapter
Dim instance As RegionAdapter
Dim controlType As Type
Dim value As IRegionAdapter
 
value = instance.Get(controlType)
public IRegionAdapter Get( 
   Type controlType
)
public:
IRegionAdapter^ Get( 
   Type^ controlType
) 

Parameters

controlType
The type to obtain the mapped.

Return Value

The mapped to the controlType.
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

RegionAdapter Class
RegionAdapter Members
IRegionAdapter Interface
IRegionAdapter Interface

Send Feedback