[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGrid.GetHeaderThemeState

GetHeaderThemeState Method

GetHeaderThemeState(int, int)

Gets the state for a Windows XP theme while the mouse moves over a cell.

Declaration
protected override int GetHeaderThemeState(int row, int col)
Parameters
Type Name Description
int row

Row under the mouse.

int col

Column under the mouse.

Returns
Type Description
int

An integer representing the item state (2 for hot-tracking, 1 for normal).

Overrides
Remarks

This method is for internal use. It allows inherited classes to customize the hot-tracking behavior.