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