Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / IBackgroundHoverManager Interface / Highlight Method
The IBackgroundHoverSupport object.


In This Topic
    Highlight Method (IBackgroundHoverManager)
    In This Topic
    Highlights the specified IBackgroundHoverSupport control.
    Syntax
    'Declaration
     
    Sub Highlight( _
       ByVal backgroundHover As IBackgroundHoverSupport _
    ) 
    'Usage
     
    Dim instance As IBackgroundHoverManager
    Dim backgroundHover As IBackgroundHoverSupport
     
    instance.Highlight(backgroundHover)
    void Highlight( 
       IBackgroundHoverSupport backgroundHover
    )

    Parameters

    backgroundHover
    The IBackgroundHoverSupport object.
    See Also