ScanFix Xpress v9.0 for .NET - Updated
AboutBox(IWin32Window) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > AboutBox Method : AboutBox(IWin32Window) Method
Parent window for dialog box
Displays a dialog box showing ScanFix version and copyright information.
Syntax
'Declaration
 
Public Overloads Sub AboutBox( _
   ByVal owner As IWin32Window _
) 
'Usage
 
Dim instance As ScanFix
Dim owner As IWin32Window
 
instance.AboutBox(owner)
public void AboutBox( 
   IWin32Window owner
)
public: void AboutBox( 
   IWin32Window* owner
) 
public:
void AboutBox( 
   IWin32Window^ owner
) 

Parameters

owner
Parent window for dialog box
See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.