Click or drag to resize

PropertyCellTypeStringOnPaint Method

Paints the cell when SupportsControlView is false.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override void OnPaint(
	CellPaintEventArgs args
)

Parameters

args
Type: Eto.FormsCellPaintEventArgs
Cell paint arguments.
Remarks
For platforms like GTK and WinForms which don't support using a custom control per cell, this will be called to paint the content of the cell when it is not in edit mode.
See Also