3 references to IHTMLElement3
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlElement.cs (3)
135
return !(((UnsafeNativeMethods.
IHTMLElement3
)this.NativeHtmlElement).GetDisabled());
139
((UnsafeNativeMethods.
IHTMLElement3
)this.NativeHtmlElement).SetDisabled(!value);
671
((UnsafeNativeMethods.
IHTMLElement3
)this.NativeHtmlElement).FireEvent(eventName, IntPtr.Zero);