Contents Index Topic Contents | ||
Previous Topic: BrowserNavConstants Next Topic: READYSTATE |
CommandStateChangeConstants
typedef enum CommandStateChangeConstants { CSC_UPDATECOMMANDS = 0xFFFFFFFF, CSC_NAVIGATEFORWARD = 0x00000001, CSC_NAVIGATEBACK = 0x00000002 } CommandStateChangeConstants;Contains values used by the DWebBrowserEvents2::CommandStateChange event.
Values
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.