Intersoft ClientUI Documentation
Region Constructor(String,DependencyObject)
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > Region Class > Region Constructor : Region Constructor(String,DependencyObject)






name
The name of the region to be created.
host
The element that hosts the region.
Initializes a new instance of Region class with the specified name and host.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal host As DependencyObject _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim host As DependencyObject
 
Dim instance As New Region(name, host)
C# 
public Region( 
   string name,
   DependencyObject host
)
Delphi 
public Region( 
    name: String;
    host: DependencyObject
); 
JScript 
public function Region( 
   name : String,
   host : DependencyObject
);
Managed Extensions for C++ 
public: Region( 
   string* name,
   DependencyObject* host
)
C++/CLI 
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 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.