FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / GetHeaderThemeState Method
Row under the mouse.
Column under the mouse.

In This Topic
    GetHeaderThemeState Method (C1FlexGridBase)
    In This Topic
    Gets the state for a Windows Xp theme while the mouse moves over a cell.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetHeaderThemeState( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Integer
    protected virtual int GetHeaderThemeState( 
       int row,
       int col
    )

    Parameters

    row
    Row under the mouse.
    col
    Column under the mouse.

    Return Value

    An integer representing the item state (2 for hot-tracking, 1 for normal).
    Remarks
    This method is for internal use. It allows inherited classes to customize the hot-tracking behavior.
    See Also