Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / IsHovering Property


In This Topic
    IsHovering Property
    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