[]
Gets the state for a Windows XP theme while the mouse moves over a cell.
protected override int GetHeaderThemeState(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row under the mouse. |
int | col | Column under the mouse. |
Type | Description |
---|---|
int | An integer representing the item state (2 for hot-tracking, 1 for normal). |
This method is for internal use. It allows inherited classes to customize the hot-tracking behavior.