HypernovaDesktop Components · docs
Binarymission
WinFormsChecked Image List Box › CheckedImageListBoxItem

CheckedImageListBoxItem

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls

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.

public sealed class CheckedImageListBoxItem

Members at a glance

CheckedImageListBoxItemInitializes a new instance of the CheckedImageListBoxItem class.
BackgroundEndColorGets or sets the end color of the item's background.
BackgroundGradientFactorGets or sets the item's background gradient factor.
BackgroundStartColorGets or sets the start color of the item's background.
BorderColorGets or sets the color of the item's border.
BorderThicknessGets or sets the item's border thickness.
CheckedStateImageGets or sets the checked state image.
ContentTextGets or sets the item's content text.
ContentTextColorGets or sets the foreground color of the item's content text.
ContentTextFontGets or sets the item's content text font.
ImageGets or sets the main image for the item.
IsCheckedGets or sets a value indicating whether this item instance has its check state set to checked.
IsEnabledGets or sets a value indicating whether this item is enabled for user selection.
IsItemInFullViewGets or sets a value indicating whether this item instance is displaying its full view rather than the title only view.
ShouldDrawItemBorderGets or sets a value indicating whether the control should draw the border for the item.
ShouldUseImageForCheckStateGets or sets a value indicating whether the control should use image for check state.
TagGets or sets the tag for the item - i.e. an information placeholder, to be used for storing any item specific data.
TitleGets or sets the item's title text.
TitleFontGets or sets the item's title text font.
TitleTextColorGets or sets the foreground color of the item's title text.
TooltipContentGets or sets the content of the tooltip.
TooltipTitleGets or sets the tooltip title.
UncheckedStateImageGets or sets the unchecked state image.
ToStringReturns a String that represents this instance.

Constructors

CheckedImageListBoxItem

public CheckedImageListBoxItem()

Initializes a new instance of the CheckedImageListBoxItem class.

Properties

BackgroundEndColor

public Color BackgroundEndColor

Gets or sets the end color of the item's background.

BackgroundGradientFactor

public float BackgroundGradientFactor

Gets or sets the item's background gradient factor.

BackgroundStartColor

public Color BackgroundStartColor

Gets or sets the start color of the item's background.

BorderColor

public Color BorderColor

Gets or sets the color of the item's border.

BorderThickness

public int BorderThickness

Gets or sets the item's border thickness.

CheckedStateImage

public Image CheckedStateImage

Gets or sets the checked state image.

ContentText

public string ContentText

Gets or sets the item's content text.

ContentTextColor

public Color ContentTextColor

Gets or sets the foreground color of the item's content text.

ContentTextFont

public Font ContentTextFont

Gets or sets the item's content text font.

Image

public Image Image

Gets or sets the main image for the item.

IsChecked

public bool? IsChecked

Gets or sets a value indicating whether this item instance has its check state set to checked.

IsEnabled

public bool IsEnabled

Gets or sets a value indicating whether this item is enabled for user selection.

IsItemInFullView

public bool IsItemInFullView

Gets or sets a value indicating whether this item instance is displaying its full view rather than the title only view.

Value. true if this instance is in full view; otherwise, false .

For details on the full item view, please refer to property EnableItemFullView.

ShouldDrawItemBorder

public bool? ShouldDrawItemBorder

Gets or sets a value indicating whether the control should draw the border for the item.

ShouldUseImageForCheckState

public bool ShouldUseImageForCheckState

Gets or sets a value indicating whether the control should use image for check state.

Tag

public object Tag

Gets or sets the tag for the item - i.e. an information placeholder, to be used for storing any item specific data.

Title

public string Title

Gets or sets the item's title text.

TitleFont

public Font TitleFont

Gets or sets the item's title text font.

TitleTextColor

public Color TitleTextColor

Gets or sets the foreground color of the item's title text.

TooltipContent

public string TooltipContent

Gets or sets the content of the tooltip.

Value. The content of the tooltip.

TooltipTitle

public string TooltipTitle

Gets or sets the tooltip title.

Value. The tooltip title.

UncheckedStateImage

public Image UncheckedStateImage

Gets or sets the unchecked state image.

Methods

ToString

public override string ToString()

Returns a String that represents this instance.