Share via


CommandStateChangeConstants

Send Feedback

This enumeration contains values used by the DWebBrowserEvents2::CommandStateChange event.

Syntax

enum CommandStateChangeConstants{
  CSC_NAVIGATEFORWARD  =  0x1,
  CSC_NAVIGATEBACK  =  0x2
}  CommandStateChangeConstants;

Elements

  • CSC_NAVIGATEFORWARD
    Enabled state of the forward button has changed.
  • CSC_NAVIGATEBACK
    Enabled state of the back button has changed.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: piedocvw.h
Library: piedocvw.lib

See Also

Internet Explorer Mobile Browser Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.