TwainUserInterfaceParentHandle Property |
Gets or sets the window handle that will act as the parent for the dialog.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic IntPtr ParentHandle { get; set; }Public Property ParentHandle As IntPtr
Get
Set
Property Value
Type:
IntPtr The parent window handle.
Remarks This property must be set before sending the
TwainUserInterface to the
SendCommand method.
See Also