Click or drag to resize

ThemedAboutDialogHandler Class

A themed handler for the AboutDialog dialog.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerAboutDialog
    EtoWidgetHandlerDialog, AboutDialog
      EtoWidgetHandlerDialog, AboutDialog, WidgetICallback
        Eto.Forms.ThemedControlsThemedAboutDialogHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedAboutDialogHandler : WidgetHandler<Dialog, AboutDialog, WidgetICallback>, 
	AboutDialogIHandler, CommonDialogIHandler, WidgetIHandler

The ThemedAboutDialogHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedAboutDialogHandler
Initializes a new instance of the AboutDialogHandler 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
Methods
  NameDescription
Public methodShowDialog
Shows the dialog.
Top
See Also