Click to return to the Reusing Browser Technology home page    
BROWSERNAVCONSTANTS Enume...     READYSTATE Enumerated Typ...     WebBrowser Enumerations    
Web Workshop  |  Reusing Browser Technology

COMMANDSTATECHANGECONSTANTS Enumerated Type


Contains values used by the DWebBrowserEvents2::CommandStateChange event.

Syntax

typedef enum CommandStateChangeConstants {
    CSC_UPDATECOMMANDS = 0xFFFFFFFF,
    CSC_NAVIGATEFORWARD = 0x00000001,
    CSC_NAVIGATEBACK = 0x00000002
} CommandStateChangeConstants;

Constants

CSC_UPDATECOMMANDS Enabled state of a toolbar button might have changed.
CSC_NAVIGATEFORWARD Enabled state of the Forward button has changed.
CSC_NAVIGATEBACK Enabled state of the Back button has changed.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Exdisp.h
Minimum availability Internet Explorer 4.0

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.