Notifies an application when the StatusBar property has changed.
Object.OnStatusBar ( bStatusBar )
The OnStatusBar event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bStatusBar |
Val Bool |
True if Internet Explorer's status bar is visible, or False otherwise. |
bStatusBar can have one of the following values:
|
Value |
Description |
|
True |
Internet Explorer's status bar is visible. |
|
False |
Internet Explorer's status bar is not visible. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.