Table of Contents

Class StdCheckListBox

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a control to display a list of items with checkboxes. This control is implemented inside the library and doesn't use native check list box control.

[ControlCategory("Common")]
public class StdCheckListBox : StdListBox, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IReadOnlyStrings, IListControlItemContainer, IListControlItemDefaults, ICheckListBox<ListControlItem>, ICustomListBox<ListControlItem>, IListControl<ListControlItem>, IListControl, IScrollEventRouter, IListBoxActions, ICustomListBox<object>, IListControl<object>, IControl, IDisposable, IWin32Window, ILayoutItem
Inheritance
StdCheckListBox
Implements

Remarks

The StdCheckListBox control enables you to display a list of items to the user that the user can check by clicking. A StdCheckListBox control can provide single or multiple selections using the SelectionMode property. The BeginUpdate() and EndUpdate() methods enable you to add a large number of items to the CheckListBox without the control being repainted each time an item is added to the list. The Items, SelectedItems, SelectedIndices, and CheckedIndices properties provide access to the collections that are used by the control.

Constructors

StdCheckListBox()

Initializes a new instance of the StdCheckListBox class.

StdCheckListBox(Control)

Initializes a new instance of the StdCheckListBox class with the specified parent control.