WinForms › Checked Image List Box › CheckedImageListBoxItemHoverChangedEventArgs
CheckedImageListBoxItemHoverChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
Class ItemHoverChangedEventArgs. This class cannot be inherited.
public sealed class CheckedImageListBoxItemHoverChangedEventArgs : EventArgs
Inherits from / implements: EventArgs
Remarks
THis class is used to host the current details of item hovering, and is made available through the event ItemHoverChangedEvent.
Members at a glance
CursorPosition | Gets or sets the cursor position. |
HoveredItemIndex | Gets or sets the index of the hovered item. |
IsItemInFullView | Gets or sets a value indicating whether the currently hovered item is in its "full view". |
Properties
CursorPosition
public Point CursorPosition
Gets or sets the cursor position.
Value. The cursor position.
HoveredItemIndex
public int HoveredItemIndex
Gets or sets the index of the hovered item.
Value. The index of the hovered item.
IsItemInFullView
public bool? IsItemInFullView
Gets or sets a value indicating whether the currently hovered item is in its "full view".
Value. true if this hovered item instance is in full view; otherwise, false .
For more tails about item fill view, reference the control's property
EnableItemFullView