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