June 2002
Intermediate to advanced
816 pages
28h 12m
English
ListItemsCollectionEditor
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
System.Object→System.Drawing.Design.UITypeEditor→System.ComponentModel.Design.CollectionEditor→ ListItemsCollectionEditor
Read now
Unlock full access