HotSpotCollectionEditor::CreateNewItemTypes Method ()

 

Gets the multiple data types that the 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 HotSpotCollectionEditor can create.

The types that the HotSpotCollectionEditor object can create are CircleHotSpot, RectangleHotSpot, PolygonHotSpot, and others that can be derived from the HotSpot class.

.NET Framework
Available since 2.0
Return to top
Show: