Exemplo n.º 1
0
        public static nsIDOMHTMLStyleElement GetProxy(Mono.WebBrowser.IWebBrowser control, nsIDOMHTMLStyleElement obj)
        {
            object o = Base.GetProxyForObject(control, typeof(nsIDOMHTMLStyleElement).GUID, obj);

            return(o as nsIDOMHTMLStyleElement);
        }
Exemplo n.º 2
0
 public GeckoStyleElement(object element) : base(element as nsIDOMHTMLElement)
 {
     this.DOMHTMLElement = element as nsIDOMHTMLStyleElement;
 }
Exemplo n.º 3
0
 internal GeckoStyleElement(nsIDOMHTMLStyleElement element) : base(element)
 {
     this.DOMHTMLElement = element;
 }
Exemplo n.º 4
0
		public static nsIDOMHTMLStyleElement GetProxy (Mono.WebBrowser.IWebBrowser control, nsIDOMHTMLStyleElement obj)
		{
			object o = Base.GetProxyForObject (control, typeof(nsIDOMHTMLStyleElement).GUID, obj);
			return o as nsIDOMHTMLStyleElement;
		}
Exemplo n.º 5
0
 internal GeckoStyleElement(nsIDOMHTMLStyleElement element)
     : base(element)
 {
     this.DOMHTMLElement = element;
 }
Exemplo n.º 6
0
 public GeckoStyleElement(object element)
     : base(element as nsIDOMHTMLElement)
 {
     this.DOMHTMLElement = element as nsIDOMHTMLStyleElement;
 }