Rating CellMouse Rating Property
This read-only property returns the rating 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 a rating or the rating value
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int MouseRating { get; }VB
Public ReadOnly Property MouseRating As Integer
GetC++
public:
property int MouseRating {
int get ();
}F#
member MouseRating : int with getProperty Value
Int32Returns -1 if the mouse is not over a rating or the rating value