Gets or sets a boolean value indicating whether the mouse is in the owner cell of this cell note.
public bool IsHovering {get; set;}
'Declaration
Public Property IsHovering As Boolean
'Usage
Dim instance As CellNote
Dim value As Boolean
instance.IsHovering = value
value = instance.IsHovering