BCGControlBar Library for .NET
CreateInstance Method (BackstageTabItemsCollectionEditor)




Syntax
'Declaration
 
Protected Overrides Function CreateInstance( _
   ByVal itemType As Type _
) As Object
'Usage
 
Dim instance As BackstageTabItemsCollectionEditor
Dim itemType As Type
Dim value As Object
 
value = instance.CreateInstance(itemType)
protected override object CreateInstance( 
   Type itemType
)
protected: Object* CreateInstance( 
   Type* itemType
) override 
protected:
Object^ CreateInstance( 
   Type^ itemType
) override 

Parameters

itemType
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

BackstageTabItemsCollectionEditor Class
BackstageTabItemsCollectionEditor Members
Base Implementation in CreateInstance

Send Feedback