SubMenuStyleCollectionEditor::CreateInstance Method (Type^)

 

Creates a new instance of the specified collection item type.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual Object^ CreateInstance(
	Type^ itemType
) override

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
Return to top
Show: