MenuItemStyleCollectionEditor::CreateNewItemTypes Method ()

 

Gets the data types that this collection editor can create.

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

protected:
virtual array<Type^>^ CreateNewItemTypes() override

Return Value

Type: array<System::Type^>^

A type array of the data types the MenuItemStyleCollectionEditor can create.

The MenuItemStyleCollectionEditor object can create MenuItemStyle type objects.

.NET Framework
Available since 2.0
Return to top
Show: