Click or drag to resize

PropertyGridTypeEditorPaintCell Method

Paints the cell when viewing for platforms that don't support custom controls for non-editing cells (E.g. Gtk, WinForms).

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

Parameters

args
Type: Eto.FormsCellPaintEventArgs
Arguments to paint the cell
See Also