Accusoft.ISISXpress7.Net
Select(IntPtr) Method




A pointer to the application window handle.
Displays a predefined dialog box that allows the user to choose a scanner, add a scanner, or configure a scanner. A valid application window handle will present this dialog as modal.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal hWnd As IntPtr _
) 
'Usage
 
Dim instance As Scanner
Dim hWnd As IntPtr
 
instance.Select(hWnd)
public void Select( 
   IntPtr hWnd
)
public: void Select( 
   IntPtr hWnd
) 
public:
void Select( 
   IntPtr hWnd
) 

Parameters

hWnd
A pointer to the application window handle.
See Also

Reference

Scanner Class
Scanner Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback