Click or drag to resize

ICmnVisualUIHelperCallbackEvents Interface

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public interface ICmnVisualUIHelperCallbackEvents

The ICmnVisualUIHelperCallbackEvents type exposes the following members.

Events
  NameDescription
Public eventOnEnterModal
Places a modal window in an application.
Public eventOnLeaveModal
Program is not modal anymore.
Public eventOnSetHelp
Returned when F1 is pressed over a menu command.
Public eventOnSetMessageString
Sets a detailed control specific menu string to be displayed in a menu.
Public eventOnSetToolTip
Rewritable string to be displayed as a tooltip.
Top
See Also