2 out of 2 rated this helpful - Rate this topic

CommandStateChangeConstants Enumerated Type

Values used by the DWebBrowserEvents2::CommandStateChange event.

Syntax

typedef enum CommandStateChangeConstants {
    CSC_UPDATECOMMANDS = (int) 0xFFFFFFFF,
    CSC_NAVIGATEFORWARD = 0x1,
    CSC_NAVIGATEBACK = 0x2
} CommandStateChangeConstants;

Constants

CSC_UPDATECOMMANDS

The enabled state of a toolbar button might have changed.

CSC_NAVIGATEFORWARD

The enabled state of the Forward button has changed.

CSC_NAVIGATEBACK

The enabled state of the Back button has changed.

Remarks

Windows Internet Explorer 8CSC_UPDATECOMMANDS is defined as shown, with an int cast, as of Internet Explorer 8. For earlier versions of Internet Explorer, the constant is defined as 0xFFFFFFFF, without the cast.

Enumerated Type Information

Header Exdisp.h
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows NT 4.0, Windows 95, Windows CE 2.12
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.