Table of Contents

Class CheckListBox

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

Represents a control to display a list of items with checkboxes. Please consider using VirtualCheckListBox instead of this control as it is faster.

[ControlCategory("Common")]
public class CheckListBox : ListBox, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IReadOnlyStrings, IListControlItemContainer, IListControlItemDefaults, ICheckListBox<ListControlItem>, ICustomListBox<ListControlItem>, IListControl<ListControlItem>, IListControl, ICustomListBox<object>, IListControl<object>, IControl, IDisposable, IWin32Window
Inheritance
CheckListBox
Implements

Remarks

Examples of how a CheckListBox can look on different platforms:

Constructors

CheckListBox()

Initializes a new instance of the CheckListBox class.

CheckListBox(Control)

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