Notifies an application that the enabled state of a WebBrowser command has changed.
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. |
bEnable can have one of the following values:
|
Value |
Description |
|
True |
The command is enabled. |
|
False * |
The command is disabled. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.