Свойство | Тип | Описание | |
---|---|---|---|
autoSwitchScanners | bool |
Метод | Описание | |
---|---|---|
CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : void |
Invoked to set the 'enabled' state of a widget. This will depend on the current context.
|
|
OnContextMenuRequest ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo ) : void |
Displays the contextual menu
|
|
OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &handled ) : void |
Invoked when the foreground window focus changes. Depending on which element has focus in the acrobat reader window, display the appropriate scanner
|
|
OnFocusLost ( ) : void |
Focus shifted to another app. This agent is getting deactivated.
|
|
OnRunCommand ( String command, object commandArg, bool &handled ) : void |
Invoked to run a command
|
Метод | Описание | |
---|---|---|
getMenu ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, String &panelClass ) : bool |
Gets the menu for the Explorer window in focus. Checks if the file explorer is active and returns the contextual menu name for it
|
|
getWindowElement ( |
Returns the automation element for the window handle
|
|
isDesktopWindow ( |
Checks if the focused element is the desktop
|
|
isFileExplorer ( |
Checks if the window element is the Windows Explorer window
|
Метод | Описание | |
---|---|---|
displayScanner ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &handled ) : void |
Displays the scanner appropriate for the element that is currently in focus in the Windows explorer window
|
|
showMenu ( String menuName, String title ) : void |
Dispays the menu indicated by the menu name
|
public CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : void | ||
arg | ACAT.Lib.Core.AgentManagement.CheckEnabledArgs | contains info about the widget |
Результат | void |
public OnContextMenuRequest ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo ) : void | ||
monitorInfo | ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | Foreground window info |
Результат | void |
public OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &handled ) : void | ||
monitorInfo | ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | Foreground window info |
handled | bool | set to true if handled |
Результат | void |
public OnRunCommand ( String command, object commandArg, bool &handled ) : void | ||
command | String | The command to execute |
commandArg | object | Optional arguments for the command |
handled | bool | set this to true if handled |
Результат | void |
protected getMenu ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, String &panelClass ) : bool | ||
monitorInfo | ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | fg window info |
panelClass | String | returns the panel class of the menu |
Результат | bool |
protected getWindowElement ( |
||
hWndMain | window handle | |
Результат |
protected isDesktopWindow ( |
||
focusedElement | element in focus | |
Результат | bool |
protected isFileExplorer ( |
||
windowElement | element in focus | |
Результат | bool |