Click to return to the Reusing Browser Technology home page    
DWebBrowserEvents2::Befor...     DWebBrowserEvents2::Docum...     DWebBrowserEvents2 Interf...    
Web Workshop  |  Reusing Browser Technology

DWebBrowserEvents2::CommandStateChange Method


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

Syntax

void CommandStateChange(
    long Command,
    VARIANT_BOOL Enable
);

Parameters

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

Return Value

No return value.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.