OnDrawFocusedCell Event

Applies to
TIB_CustomGrid

Declaration
TDrawCellEvent = Procedure(Sender: TObject; Col, Row: Longint; Rect: TRect; State: TGridDrawState) of object;

Description
This event allows you to provide a custom painting method to paint the grid cell that is currently focused.

This can also be used to place controls above the grid for customized editors.