iesniffer OnWBStatusBar event
Return to Introduction  Previous page  Next page
Applies to
acIESniffer component.  

Declaration
type  
  TacIEWebBrowserOnStatusBar = procedure(Sender: TObject; const URL: Stringconst Browser: IWebBrowser2;  
    StatusBar: WordBool) of object;  
 
property OnWBStatusBar: TacIEWebBrowserOnStatusBar;  

Description
The OnWBStatusBar event occurs when the Internet Explorer shows or hides its status bar.  

See also
OnWBVisible, OnWBToolBar, OnWBMenuBar, OnWBTheaterMode and OnWBFullScreen events.