WinForms › Checked Image List Box › CheckedImageListBoxItemTooltipPopupEventArgs
CheckedImageListBoxItemTooltipPopupEventArgs
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 ItemTooltipAboutToPopup.
public sealed class CheckedImageListBoxItemTooltipPopupEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
CurrentlyHoveredListBoxItem | Gets or sets the currently hovered ListBox item. |
TooltipPopupEventArgs | Gets or sets the tooltip popup event arguments. |
Properties
CurrentlyHoveredListBoxItem
public CheckedImageListBoxItem CurrentlyHoveredListBoxItem
Gets or sets the currently hovered ListBox item.
Value. The currently hovered ListBox item.
TooltipPopupEventArgs
public PopupEventArgs TooltipPopupEventArgs
Gets or sets the tooltip popup event arguments.
Value. The tooltip popup event arguments.