DWebBrowserEvents2::CommandStateChangeDWebBrowserEvents2::CommandStateChange*
*Contents  *Index  *Topic Contents
*Previous Topic: DWebBrowserEvents2::BeforeNavigate2
*Next Topic: DWebBrowserEvents2::DocumentComplete

DWebBrowserEvents2::CommandStateChange

void CommandStateChange(
    [in] long Command,
    [in] VARIANT_BOOL Enable
);

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

Command
Identifier of the command whose enabled state has changed.
Enable
Enabled state. This parameter is TRUE if the command is enabled, or FALSE if it is disabled.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.