Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / IBackgroundHoverSupport Interface / HoverManager Property


In This Topic
    HoverManager Property (IBackgroundHoverSupport)
    In This Topic
    Gets or sets the background hover manager.
    Syntax
    'Declaration
     
    Property HoverManager As IBackgroundHoverManager
    'Usage
     
    Dim instance As IBackgroundHoverSupport
    Dim value As IBackgroundHoverManager
     
    instance.HoverManager = value
     
    value = instance.HoverManager
    IBackgroundHoverManager HoverManager {get; set;}
    See Also