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 As Integer, _
ByVal As Integer _
) As Integer
protected virtual 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