WinForms › Checked Image List Box
Checked Image List Box
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
Binarymission CheckedImageListBox .NET Control for WinForms
7public types
154public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.CheckedImageListBox.dll |
| Root namespace | Binarymission.WinForms.Controls.ListControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.ListControls;
// Designer: build the solution once, then drag CheckedImageListBox from the Toolbox onto a form.
// In code:
var checkedImageListBox = new CheckedImageListBox
{
Dock = DockStyle.Fill,
};
this.Controls.Add(checkedImageListBox);
API reference
Binarymission.WinForms.Controls.ListControls
class CheckedImageListBox | A custom ListBox class that provides instant replacement for standard ListBox .NET control, and in addition provides advanced features, including supporting check state, title and content text, and image for the items in the control. |
class CheckedImageListBoxItem | A custom listBox item class that works as the complex item in the CheckedImageListBox control, providing advanced configuration capabilities for drawing the item's visual. |
class CheckedImageListBoxItemCheckStateChangedEventArgs | Class ItemCheckStateChangedEventArgs. This class is used to package information about an item whose state has changed. |
class CheckedImageListBoxItemHoverChangedEventArgs | Class ItemHoverChangedEventArgs. This class cannot be inherited. |
class CheckedImageListBoxItemTooltipPopupEventArgs | A custom class that hosts data for supplying to the event handler for event ItemTooltipAboutToPopup. |
class CheckedImageListBoxTooltipDrawEventArgs | A custom class that hosts data for supplying to the event handler for event ItemTooltipAboutToDraw. |
class CheckedImageListBoxVerticalScrollEventArgs | A custom event arguments class that hosts data for the VerticalScroll event. |