Intersoft ClientUI Documentation
RegionManager Constructor(DependencyObject,String)



The element associated to the region manager.
The name of the region manager to create.
Initializes a new instance of RegionManager class.
Syntax
Public Function New( _
   ByVal host As DependencyObject, _
   ByVal name As String _
)
Dim host As DependencyObject
Dim name As String
 
Dim instance As New RegionManager(host, name)
public RegionManager( 
   DependencyObject host,
   string name
)
public:
RegionManager( 
   DependencyObject^ host,
   String^ name
)

Parameters

host
The element associated to the region manager.
name
The name of the region manager to create.
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