GetHeaderThemeState Method (C1FlexGrid)
In This Topic
Gets the state for a Windows XP theme while the mouse moves over a cell.
Syntax
'Declaration
Protected Overrides Function GetHeaderThemeState( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
protected override int GetHeaderThemeState(
int ,
int
)
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).
See Also