VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceManager_ShowDefaultDeviceSelectionDialog Method
In This Topic
    DeviceManager_ShowDefaultDeviceSelectionDialog Method
    In This Topic
    Description
    Displays the default device selection dialog so the user can change the default device.
    Syntax
    Visual Basic
    Public Function DeviceManager_ShowDefaultDeviceSelectionDialog() As Boolean
    Return Type
    TRUE (1) if the user has pressed the "Ok" button, FALSE (0) if an error occured or if the user has pressed the "Cancel" button.
    Remarks
    Call this method only when device manager is opened (DeviceManager_State == enumDeviceManager_State.DeviceManagerOpened).

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also