Indicator CellMouse Image Index Property
This read-only property returns the index of the image currently under the mouse
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Returns -1 if the mouse is not over an image or the index of the image
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int MouseImageIndex { get; }VB
Public ReadOnly Property MouseImageIndex As Integer
GetC++
public:
property int MouseImageIndex {
int get ();
}F#
member MouseImageIndex : int with getProperty Value
Int32Returns -1 if the mouse is not over an image or the index of the image