Button.IHandler Interface |
Handler interface for the
Button control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : TextControl.IHandler,
CommonControl.IHandler, Control.IHandler, Widget.IHandler
Public Interface IHandler
Inherits TextControl.IHandler, CommonControl.IHandler, Control.IHandler, Widget.IHandler
type IHandler =
interface
interface TextControl.IHandler
interface CommonControl.IHandler
interface Control.IHandler
interface Widget.IHandler
end
The Button.IHandler 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.
|
Top
See Also