HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.CheckedImageListBox.dll
Root namespaceBinarymission.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 CheckedImageListBoxA 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 CheckedImageListBoxItemA 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 CheckedImageListBoxItemCheckStateChangedEventArgsClass ItemCheckStateChangedEventArgs. This class is used to package information about an item whose state has changed.
class CheckedImageListBoxItemHoverChangedEventArgsClass ItemHoverChangedEventArgs. This class cannot be inherited.
class CheckedImageListBoxItemTooltipPopupEventArgsA custom class that hosts data for supplying to the event handler for event ItemTooltipAboutToPopup.
class CheckedImageListBoxTooltipDrawEventArgsA custom class that hosts data for supplying to the event handler for event ItemTooltipAboutToDraw.
class CheckedImageListBoxVerticalScrollEventArgsA custom event arguments class that hosts data for the VerticalScroll event.