C# Класс ACAT.Extensions.Default.UI.Scanners.AlphabetScannerAbcMinimal70Keys

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

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

Метод Описание
AlphabetScannerAbcMinimal70Keys ( ) : System

Initializes a new instance of the class.

CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : bool

Invoked to check if a scanner button should be enabled. Uses context to determine the 'enabled' state.

Initialize ( ACAT.Lib.Core.PanelManagement.StartupArg startupArg ) : bool

Intitialize the class

OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo ) : void

Invoked when the focus changes either in the active window or when the active window itself changes.

OnPause ( ) : void

Pauses animations

OnQueryPanelChange ( ACAT.Lib.Core.PanelManagement.PanelRequestEventArgs eventArg ) : bool

Not used

OnResume ( ) : void

Resumes animation

OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void

Triggered when the user actuates a widget

SetTargetControl ( Form parent, ACAT.Lib.Core.WidgetManagement.Widget widget ) : void

Not used

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

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

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Form is closing. Release resources

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

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

Release resources and stop threads/timers

AlphabetScanner_Load ( object sender, EventArgs e ) : void

The form has loaded. Start the animation sequence

InitializeComponent ( ) : void

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

WndProc ( Message &m ) : void

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

AlphabetScannerAbcMinimal70Keys() публичный Метод

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

CheckWidgetEnabled() публичный Метод

Invoked to check if a scanner button should be enabled. Uses context to determine the 'enabled' state.
public CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : bool
arg ACAT.Lib.Core.AgentManagement.CheckEnabledArgs info about the scanner button
Результат bool

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

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

Initialize() публичный Метод

Intitialize the class
public Initialize ( ACAT.Lib.Core.PanelManagement.StartupArg startupArg ) : bool
startupArg ACAT.Lib.Core.PanelManagement.StartupArg startup params
Результат bool

OnFocusChanged() публичный Метод

Invoked when the focus changes either in the active window or when the active window itself changes.
public OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo ) : void
monitorInfo ACAT.Lib.Core.Utility.WindowActivityMonitorInfo Info about focused element
Результат void

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

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

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

Pauses animations
public OnPause ( ) : void
Результат void

OnQueryPanelChange() публичный Метод

Not used
public OnQueryPanelChange ( ACAT.Lib.Core.PanelManagement.PanelRequestEventArgs eventArg ) : bool
eventArg ACAT.Lib.Core.PanelManagement.PanelRequestEventArgs
Результат bool

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

Resumes animation
public OnResume ( ) : void
Результат void

OnWidgetActuated() публичный Метод

Triggered when the user actuates a widget
public OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void
widget ACAT.Lib.Core.WidgetManagement.Widget widget actuated
handled bool was this handled?
Результат void

SetTargetControl() публичный Метод

Not used
public SetTargetControl ( Form parent, ACAT.Lib.Core.WidgetManagement.Widget widget ) : void
parent System.Windows.Forms.Form
widget ACAT.Lib.Core.WidgetManagement.Widget
Результат void