iesniffer OnWBVisible event
Return to Introduction  Previous page  Next page
Applies to
IESniffer component.  

Declaration
type  
  TIEWebBrowserOnVisible = procedure(Sender: TObject; const URL: Stringconst Browser: IWebBrowser2;  
    Visible: WordBool) of object;  
 
property OnWBVisible: TIEWebBrowserOnVisible;  

Description
The OnWBVisible event occurs when the Web browser window is about to be shown or hidden.  
 
Write an OnWBVisible event handler to make adjustments to compensate for the appearance or disappearance of the Web browser window.  
 
The Browser parameter is the Web browser (IWebBrowser2 interface) whose Visible property is changing.  
 
Visible is True if the Web browser is about to appear, False if the Web browser is about to be hidden.  

See also
OnWBToolBar, OnWBStatusBar, OnWBMenuBar, OnWBTheaterMode and OnWBFullScreen events.  
File not found.