Intersoft ClientUI Documentation
CreateInstance Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManager Class : CreateInstance Method






type
Type of the registered view.
Creates an instance of a registered view System.Type.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function CreateInstance( _
   ByVal type As Type _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As RegionManager
Dim type As Type
Dim value As Object
 
value = instance.CreateInstance(type)
C# 
protected virtual object CreateInstance( 
   Type type
)
Delphi 
protected function CreateInstance( 
    type: Type
): TObject; virtual; 
JScript 
protected function CreateInstance( 
   type : Type
) : Object;
Managed Extensions for C++ 
protected: virtual Object* CreateInstance( 
   Type* type
) 
C++/CLI 
protected:
virtual Object^ CreateInstance( 
   Type^ type
) 

Parameters

type
Type of the registered view.

Return Value

Instance of the registered view.

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.