CGXGridCore::GetInvertStateRowCol

virtual BOOL GetInvertStateRowCol( );

Return Value

Returns TRUE if the specified cell shall be drawn inverted; FALSE if not.

Remarks

This is an advanced method which is called in the grid when drawing cells to determine if they should be inverted.

You should only override this method if you do not want to display cells inverted when the grid is in a special mode (e.g., when you want to implement a kind of preview-mode, you can override this method and return FALSE).

CGXGridCore

Class Overview | Class Members