3 references to execCommand
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
436
htmlDoc2.Value->
execCommand
(bstrCommand, showUI, variantValue, &varBool).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLDocument2.g.cs (2)
1868
/// <inheritdoc cref="
execCommand
(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
1873
winmdroot.Foundation.HRESULT __result = this.
execCommand
(cmdID, showUI, value, pfRetLocal);