C# Class ACAT.Lib.Extension.CommandHandlers.ShowDialogsHandler

Shows the various settings dialogs such as General, Scan, Text-to-speech, Mouse etc. These dialogs enable the user to configure ACAT.
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
Execute ( bool &handled ) : bool

Executes the command

ShowDialogsHandler ( String cmd ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
showAboutBox ( Form parentForm ) : void

Displays the about box

showDialog ( String name ) : void

Displays the dialog that has the specified name

Method Details

Execute() public méthode

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if the command was handled
Résultat bool

ShowDialogsHandler() public méthode

Initializes a new instance of the class.
public ShowDialogsHandler ( String cmd ) : System
cmd String The command to be executed
Résultat System