CommandStateChangeConstants enumeration
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
Windows Internet Explorer, the constant is defined as
0xFFFFFFFF, without the cast.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: