Click or drag to resize

EditorViewOnPopupRect Event

This event is fired whenever the popup verifier becomes displayed.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event EditorViewPopupRectHandler OnPopupRect

Value

Type: OmniPageCSDK.ToolBoxesEditorViewPopupRectHandler
Remarks
The popup verifier can be displayed either programmatically or as a result of some user interaction with the editor - e.g. double clicking a recognized word will automatically display the popup verifier according to the current settings.
See Also