C1.Win.FlexGrid Namespace / C1FlexGrid Class / GetHeaderThemeState Method
Row under the mouse.
Column under the mouse.

In This Topic
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 row As Integer, _
   ByVal col As Integer _
) As Integer
 

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