C# Класс ACAT.Extensions.Default.UI.Dialogs.AboutBoxForm

Наследование: System.Windows.Forms.Form, IDialogPanel, IExtension
Показать файл Открыть проект

Открытые методы

Метод Описание
AboutBoxForm ( string titleText ) : System

Initializes a new instance of the class.

GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker

Returns the extension invoker object

OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void

Triggered when a widget is actuated.

OnPause ( ) : void

Pause the scanner

OnResume ( ) : void

Resume paused scanner

OnRunCommand ( string command, bool &handled ) : void

Handles the command. There is only the OK button that we have to handle

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Release resources

Приватные методы

Метод Описание
Form_Closing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Release resources

Form_Load ( object sender, EventArgs e ) : void

Form loader handler

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

updateUserProfileInfo ( ) : void

Updates user/profile info on the form

Описание методов

AboutBoxForm() публичный метод

Initializes a new instance of the class.
public AboutBoxForm ( string titleText ) : System
titleText string
Результат System

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetInvoker() публичный метод

Returns the extension invoker object
public GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker
Результат ACAT.Lib.Core.Extensions.ExtensionInvoker

OnButtonActuated() публичный метод

Triggered when a widget is actuated.
public OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void
widget ACAT.Lib.Core.WidgetManagement.Widget Which one triggered?
Результат void

OnFormClosing() защищенный метод

Release resources
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs closing argument
Результат void

OnPause() публичный метод

Pause the scanner
public OnPause ( ) : void
Результат void

OnResume() публичный метод

Resume paused scanner
public OnResume ( ) : void
Результат void

OnRunCommand() публичный метод

Handles the command. There is only the OK button that we have to handle
public OnRunCommand ( string command, bool &handled ) : void
command string command to execute
handled bool was it handled?
Результат void