ListItemsCollectionEditor Constructor (Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ListItemsCollectionEditor class.

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

public:
ListItemsCollectionEditor(
	Type^ type
)

Parameters

type
Type: System::Type^

The Type of the collection to edit.

The .NET Framework internally constructs a new instance of the ListItemsCollectionEditor class when you select the ellipsis () button on the ListItems property in the Properties grid of the visual designer, when designing a control that is derived from the ListControl class or other control that encapsulates a ListItemCollection object.

.NET Framework
Available since 1.1
Return to top
Show: