Handler interface for the
Button control
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 ButtonIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Image |
Gets or sets the image to display on the button
|
| ImagePosition |
Gets or sets the image position
|
| MinimumSize |
Gets or sets the minimum size for the button.
|
TopSee Also