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
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
Execute ( bool &handled ) : bool

Executes the command

ShowDialogsHandler ( String cmd ) : System

Initializes a new instance of the class.

Private Methods

Method 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 method

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

ShowDialogsHandler() public method

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