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