Intersoft ClientUI Documentation
Unregister Method (RegionAdapter)



The type of the control.
Removes the registration mapping between a type and an adapter.
Syntax
Public Sub Unregister( _
   ByVal controlType As Type _
) 
Dim instance As RegionAdapter
Dim controlType As Type
 
instance.Unregister(controlType)
public void Unregister( 
   Type controlType
)
public:
void Unregister( 
   Type^ controlType
) 

Parameters

controlType
The type of the control.
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