OnCommandStateChange Event (ALog)

Notifies an application that the enabled state of a WebBrowser command has changed.

Syntax

Object.OnCommandStateChange ( lCommand,bEnable )

The OnCommandStateChange event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

lCommand

Val Long

Identifier of the command such as back and forward whose enabled state has changed.

bEnable

Val Bool

Enabled state.

Where

bEnable can have one of the following values:

 

Value

Description

True

The command is enabled.

False *

The command is disabled.

Comments

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

Applies to

ALog

See Also

Modified