Intersoft ClientUI Documentation
Get Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionAdapter Class : Get Method






controlType
The type to obtain the mapped.
Returns a new instance of adapter associated with the type provided.

Syntax

Visual Basic (Declaration) 
Public Function Get( _
   ByVal controlType As Type _
) As IRegionAdapter
Visual Basic (Usage)Copy Code
Dim instance As RegionAdapter
Dim controlType As Type
Dim value As IRegionAdapter
 
value = instance.Get(controlType)
C# 
public IRegionAdapter Get( 
   Type controlType
)
Delphi 
public function Get( 
    controlType: Type
): IRegionAdapter; 
JScript 
public function Get( 
   controlType : Type
) : IRegionAdapter;
Managed Extensions for C++ 
public: IRegionAdapter* Get( 
   Type* controlType
) 
C++/CLI 
public:
IRegionAdapter^ Get( 
   Type^ controlType
) 

Parameters

controlType
The type to obtain the mapped.

Return Value

The mapped to the controlType.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.