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
Public MustInherit Class CommonControl
Inherits Control
[<AbstractClassAttribute>]
type CommonControl =
class
inherit Control
end
The CommonControl type exposes the following members.
Constructors
| Name | Description |
---|
| CommonControl |
Initializes a new instance of the CommonControl class.
|
TopProperties
| Name | Description |
---|
| Font |
Gets or sets the font for the text of the control
|
TopRemarks
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