Click or drag to resize

AboutDialogIHandler Interface

Handler interface for the AboutDialog

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonDialogIHandler, 
	WidgetIHandler

The AboutDialogIHandler type exposes the following members.

Properties
  NameDescription
Public propertyCopyright
Gets or sets the copyright text.
Public propertyDesigners
Gets or sets the list of graphical designers.
Public propertyDevelopers
Gets or sets the list of developers.
Public propertyDocumenters
Gets or sets the list of documenters.
Public propertyLicense
Gets or sets the license.
Public propertyLogo
Gets or sets the application logo.
Public propertyProgramDescription
Gets or sets the program description.
Public propertyProgramName
Gets or sets the name of the program.
Public propertyTitle
Gets or sets the window title.
Public propertyVersion
Gets or sets the application version.
Public propertyWebsite
Gets or sets the application website.
Public propertyWebsiteLabel
Gets or sets the application website label.
Top
See Also