Click or drag to resize

AboutDialog Class

Dialog for displaying information about the application.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class AboutDialog : CommonDialog

The AboutDialog type exposes the following members.

Constructors
  NameDescription
Public methodAboutDialog
Initializes a new instance of the AboutDialog class.
Public methodAboutDialog(Assembly)
Initializes a new instance of the AboutDialog class.
Top
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