Intersoft ClientUI Documentation
AddViewToRegion(String,Object,String) Method



The region name of which the view will be added to.
The view object (typically control) to be added.
The name associated to the view.
Adds the view to the specified region name.
Syntax
Public Overloads Function AddViewToRegion( _
   ByVal regionName As String, _
   ByVal view As Object, _
   ByVal viewName As String _
) As IRegionManager
Dim instance As RegionManager
Dim regionName As String
Dim view As Object
Dim viewName As String
Dim value As IRegionManager
 
value = instance.AddViewToRegion(regionName, view, viewName)
public IRegionManager AddViewToRegion( 
   string regionName,
   object view,
   string viewName
)
public:
IRegionManager^ AddViewToRegion( 
   String^ regionName,
   Object^ view,
   String^ viewName
) 

Parameters

regionName
The region name of which the view will be added to.
view
The view object (typically control) to be added.
viewName
The name associated to the view.

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