WinForms › Checked Image List Box › CheckedImageListBoxTooltipDrawEventArgs
CheckedImageListBoxTooltipDrawEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
A custom class that hosts data for supplying to the event handler for event ItemTooltipAboutToDraw.
public sealed class CheckedImageListBoxTooltipDrawEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
CurrentlyHoveredListBoxItem | Gets or sets the currently hovered ListBox item. |
DrawTooltipEventArgs | Gets or sets the draw tooltip event arguments. |
Properties
CurrentlyHoveredListBoxItem
public CheckedImageListBoxItem CurrentlyHoveredListBoxItem
Gets or sets the currently hovered ListBox item.
Value. The currently hovered ListBox item.
DrawTooltipEventArgs
public DrawToolTipEventArgs DrawTooltipEventArgs
Gets or sets the draw tooltip event arguments.
Value. The draw tooltip event arguments.