IsisControllerShowSelectSource Method |
Shows Select Source dialog which allows the user to select, add, or configure a scanner.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool ShowSelectSource(
IWin32Window parent
)
Public Function ShowSelectSource (
parent As IWin32Window
) As Boolean
Parameters
- parent
- Type: System.Windows.FormsIWin32Window
The window that will act as the parent for this dialog.
Return Value
Type:
BooleanTrue if the user selected the OK button.
See Also