Click or drag to resize

DrawableCell Class

A cell that is rendered by custom code.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DrawableCell : Cell

The DrawableCell type exposes the following members.

Constructors
  NameDescription
Public methodDrawableCell
Initializes a new instance of the DrawableCell class
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.)
Protected methodOnPaint(CellPaintEventArgs)
Raises the Paint event.
Protected methodOnPaint(DrawableCellPaintEventArgs) Obsolete.
Raises the Paint event.
Top
Events
  NameDescription
Public eventPaint
Occurs when the cell needs painting.
Top
See Also