Click or drag to resize

ButtonIHandler Interface

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

The ButtonIHandler type exposes the following members.

Properties
  NameDescription
Public propertyImage
Gets or sets the image to display on the button
Public propertyImagePosition
Gets or sets the image position
Public propertyMinimumSize
Gets or sets the minimum size for the button.
Top
See Also