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