Intersoft ClientUI Documentation
Register Method (RegionAdapter)



The type of the control.
The adapter to use with the controlType type.
Registers an adapter to the specified type.
Syntax
Public Sub Register( _
   ByVal controlType As Type, _
   ByVal adapter As Func(Of IRegionAdapter) _
) 
Dim instance As RegionAdapter
Dim controlType As Type
Dim adapter As Func(Of IRegionAdapter)
 
instance.Register(controlType, adapter)
public void Register( 
   Type controlType,
   Func<IRegionAdapter> adapter
)
public:
void Register( 
   Type^ controlType,
   Func<IRegionAdapter^>^ adapter
) 

Parameters

controlType
The type of the control.
adapter
The adapter to use with the controlType type.
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

Send Feedback