FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / UpdateMouseOver Method
The range to update.

In This Topic
    UpdateMouseOver Method (C1GridControl)
    In This Topic
    Updates the mouse-over state of the specified range.
    Syntax
    'Declaration
     
    Public Sub UpdateMouseOver( _
       ByVal range As GridControlRange _
    ) 
    public void UpdateMouseOver( 
       GridControlRange range
    )

    Parameters

    range
    The range to update.
    See Also