TextControlIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : CommonControlIHandler,
ControlIHandler, WidgetIHandler
Public Interface IHandler
Inherits CommonControlIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The TextControlIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Text |
Gets or sets the text of the control.
|
| TextColor |
Gets or sets the color of the text.
|
TopSee Also