Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / HoverManager Property


In This Topic
    HoverManager Property (PaintingContext)
    In This Topic
    The background hover manager.
    Syntax
    'Declaration
     
    Public ReadOnly Property HoverManager As IBackgroundHoverManager
    'Usage
     
    Dim instance As PaintingContext
    Dim value As IBackgroundHoverManager
     
    value = instance.HoverManager
    public IBackgroundHoverManager HoverManager {get;}
    See Also