Click or drag to resize

WorkflowAssistantDialogParentWindowHandle Property

Use this property to set the parent window of the Workflow Assistant.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(60)]
public IntPtr ParentWindowHandle { set; }

Property Value

Type: IntPtr
Remarks
The Workflow Assistant window is a modal one: you have to close it first to be able to interact with its parent.
See Also