OnMenuBar Event (ALog)

Notifies an application when the MenuBar property has changed.

Syntax

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.

Where

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.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

OnPropertyChange