Click or drag to resize

CommonControl Class

Base class for controls with common functionality
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class CommonControl : Control

The CommonControl type exposes the following members.

Constructors
  NameDescription
Protected methodCommonControl
Initializes a new instance of the CommonControl class.
Top
Properties
  NameDescription
Public propertyFont
Gets or sets the font for the text of the control
Top
Remarks
Currently provides a way to change the font for controls. Any control with textual input or display should derive from this class. Any container or specialized control where there are multiple fonts, etc should define their own properties.
See Also