4 references to CommandStateChangeConstants
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (3)
26
public void CommandStateChange(
CommandStateChangeConstants
command, bool enable)
28
if (command ==
CommandStateChangeConstants
.CSC_NAVIGATEBACK)
32
else if (command ==
CommandStateChangeConstants
.CSC_NAVIGATEFORWARD)
System.Windows.Forms.Primitives (1)
Interop\SHDocVw\Interop.DWebBrowserEvents2.cs (1)
27
CommandStateChangeConstants
command,