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.
public sealed class CheckedImageListBoxItem
Members at a glance
CheckedImageListBoxItem | Initializes a new instance of the CheckedImageListBoxItem class. |
BackgroundEndColor | Gets or sets the end color of the item's background. |
BackgroundGradientFactor | Gets or sets the item's background gradient factor. |
BackgroundStartColor | Gets or sets the start color of the item's background. |
BorderColor | Gets or sets the color of the item's border. |
BorderThickness | Gets or sets the item's border thickness. |
CheckedStateImage | Gets or sets the checked state image. |
ContentText | Gets or sets the item's content text. |
ContentTextColor | Gets or sets the foreground color of the item's content text. |
ContentTextFont | Gets or sets the item's content text font. |
Image | Gets or sets the main image for the item. |
IsChecked | Gets or sets a value indicating whether this item instance has its check state set to checked. |
IsEnabled | Gets or sets a value indicating whether this item is enabled for user selection. |
IsItemInFullView | Gets or sets a value indicating whether this item instance is displaying its full view rather than the title only view. |
ShouldDrawItemBorder | Gets or sets a value indicating whether the control should draw the border for the item. |
ShouldUseImageForCheckState | Gets or sets a value indicating whether the control should use image for check state. |
Tag | Gets or sets the tag for the item - i.e. an information placeholder, to be used for storing any item specific data. |
Title | Gets or sets the item's title text. |
TitleFont | Gets or sets the item's title text font. |
TitleTextColor | Gets or sets the foreground color of the item's title text. |
TooltipContent | Gets or sets the content of the tooltip. |
TooltipTitle | Gets or sets the tooltip title. |
UncheckedStateImage | Gets or sets the unchecked state image. |
ToString | Returns a String that represents this instance. |
Constructors
CheckedImageListBoxItem
Initializes a new instance of the CheckedImageListBoxItem class.
Properties
BackgroundEndColor
Gets or sets the end color of the item's background.
BackgroundGradientFactor
Gets or sets the item's background gradient factor.
BackgroundStartColor
Gets or sets the start color of the item's background.
BorderColor
Gets or sets the color of the item's border.
BorderThickness
Gets or sets the item's border thickness.
CheckedStateImage
Gets or sets the checked state image.
ContentText
Gets or sets the item's content text.
ContentTextColor
Gets or sets the foreground color of the item's content text.
ContentTextFont
Gets or sets the item's content text font.
Image
Gets or sets the main image for the item.
IsChecked
Gets or sets a value indicating whether this item instance has its check state set to checked.
IsEnabled
Gets or sets a value indicating whether this item is enabled for user selection.
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 .
EnableItemFullView.ShouldDrawItemBorder
Gets or sets a value indicating whether the control should draw the border for the item.
ShouldUseImageForCheckState
Gets or sets a value indicating whether the control should use image for check state.
Tag
Gets or sets the tag for the item - i.e. an information placeholder, to be used for storing any item specific data.
Title
Gets or sets the item's title text.
TitleFont
Gets or sets the item's title text font.
TitleTextColor
Gets or sets the foreground color of the item's title text.
TooltipContent
Gets or sets the content of the tooltip.
Value. The content of the tooltip.
TooltipTitle
Gets or sets the tooltip title.
Value. The tooltip title.
UncheckedStateImage
Gets or sets the unchecked state image.
Methods
ToString
Returns a String that represents this instance.