Intersoft ClientUI Documentation
CreateInstance Method (RegionManager)



Type of the registered view.
Creates an instance of a registered view System.Type.
Syntax
Protected Overridable Function CreateInstance( _
   ByVal type As Type _
) As Object
Dim instance As RegionManager
Dim type As Type
Dim value As Object
 
value = instance.CreateInstance(type)
protected virtual object CreateInstance( 
   Type type
)
protected:
virtual Object^ CreateInstance( 
   Type^ type
) 

Parameters

type
Type of the registered view.

Return Value

Instance of the registered view.
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

Send Feedback