C# 클래스 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.
상속: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
Execute ( bool &handled ) : bool

Executes the command

ShowDialogsHandler ( String cmd ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
showAboutBox ( Form parentForm ) : void

Displays the about box

showDialog ( String name ) : void

Displays the dialog that has the specified name

메소드 상세

Execute() 공개 메소드

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

ShowDialogsHandler() 공개 메소드

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