SubMenuStyleCollectionEditor::CreateInstance Method (Type^)
.NET Framework (current version)
Creates a new instance of the specified collection item type.
Assembly: System.Design (in System.Design.dll)
Parameters
- itemType
-
Type:
System::Type^
The Type of the item to create.
Return Value
Type: System::Object^A new instance of the specified type, which should be SubMenuStyle.
The CreateInstance method is used to create new SubMenuStyle objects. The CreateInstance calls the CreateInstance method to access the activation methods for late-bound support.
.NET Framework
Available since 2.0
Available since 2.0
Show: