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  As Boolean _
) 
             
        
            
            public void TwainSetModalUI( 
   bool 
)
             
        
            
            public procedure TwainSetModalUI( 
    : Boolean
); 
             
        
            
            public function TwainSetModalUI( 
    : boolean
);
             
        
            
            public: void TwainSetModalUI( 
   bool 
) 
             
        
            
            public:
void TwainSetModalUI( 
   bool 
) 
             
        
             
        
            Parameters
- ModalUI
 
- True to run the source's GUI modal, else False.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also