Click or drag to resize

WorkflowAssistantDialogParentWindowHandle Property

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

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(60)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
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