Name

ListItemsCollectionEditor

Synopsis

This class is a System.Drawing.Design.UITypeEditor that provides a graphical interface for adding list items and configuring their properties at design time. It’s used to configure the Items property for controls such as System.Web.UI.WebControls.CheckBoxList, System.Web.UI.WebControls.RadioButtonList, and System.Web.UI.WebControls.ListBox.

Public Class ListItemsCollectionEditor : Inherits System.ComponentModel.Design.CollectionEditor
' Public Constructors
   Public Sub New(ByVal type As Type) 
' Protected Instance Methods
   Overrides Protected Function CanSelectMultipleInstances() As Boolean  
End Class

Hierarchy

System.ObjectSystem.Drawing.Design.UITypeEditorSystem.ComponentModel.Design.CollectionEditor ListItemsCollectionEditor

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.