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