Intersoft ClientUI Documentation
Region Constructor(String,DependencyObject)



The name of the region to be created.
The element that hosts the region.
Initializes a new instance of Region class with the specified name and host.
Syntax
Public Function New( _
   ByVal name As String, _
   ByVal host As DependencyObject _
)
Dim name As String
Dim host As DependencyObject
 
Dim instance As New Region(name, host)
public Region( 
   string name,
   DependencyObject host
)
public:
Region( 
   String^ name,
   DependencyObject^ host
)

Parameters

name
The name of the region to be created.
host
The element that hosts 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

Region Class
Region Members
Overload List

Send Feedback