True to run the source's GUI modal, else False.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainSetModalUI Method

TwainSetModalUI Method (GdPictureImaging)

In This Topic
Set TRUE to run the TWAIN Source's GUI modal or FALSE to run it modeless. Please note that to successfully run modal, it may be necessary for the application to disable inputs to its windows while the Source’s GUI is running.
Syntax
'Declaration
 
Public Sub TwainSetModalUI( _
   ByVal ModalUI As Boolean _
) 
public void TwainSetModalUI( 
   bool ModalUI
)
public procedure TwainSetModalUI( 
    ModalUI: Boolean
); 
public function TwainSetModalUI( 
   ModalUI : boolean
);
public: void TwainSetModalUI( 
   bool ModalUI
) 
public:
void TwainSetModalUI( 
   bool ModalUI
) 

Parameters

ModalUI
True to run the source's GUI modal, else False.
See Also