Intersoft ClientUI Documentation
RegisterViewWithRegion(String,Type) Method



The region name of which the view will be registered to.
The type of the view to be registered.
Registers a type to the specified region scope name and region name.
Syntax
Public Overloads Function RegisterViewWithRegion( _
   ByVal regionName As String, _
   ByVal viewType As Type _
) As IRegionManager
Dim instance As RegionManager
Dim regionName As String
Dim viewType As Type
Dim value As IRegionManager
 
value = instance.RegisterViewWithRegion(regionName, viewType)
public IRegionManager RegisterViewWithRegion( 
   string regionName,
   Type viewType
)
public:
IRegionManager^ RegisterViewWithRegion( 
   String^ regionName,
   Type^ viewType
) 

Parameters

regionName
The region name of which the view will be registered to.
viewType
The type of the view to be registered.

Return Value

Returns the IRegionManager instance that contains the region.
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

RegionManager Class
RegionManager Members
Overload List

Send Feedback