WorkflowAssistantDialog.ParentWindowHandle 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; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(60)>
Public WriteOnly Property ParentWindowHandle As IntPtr
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(60)]
property IntPtr ParentWindowHandle {
void set (IntPtr value);
}
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