public FrameCollection(DomContainer domContainer, IHTMLDocument2 htmlDocument)
        {
            AllFramesProcessor processor = new AllFramesProcessor(domContainer, (HTMLDocument)htmlDocument);

            NativeMethods.EnumIWebBrowser2Interfaces(processor);

            elements = processor.elements;
        }
Exemple #2
0
		public FrameCollection(DomContainer domContainer, IHTMLDocument2 htmlDocument)
		{
			AllFramesProcessor processor = new AllFramesProcessor(domContainer, (HTMLDocument) htmlDocument);

			NativeMethods.EnumIWebBrowser2Interfaces(processor);

			elements = processor.elements;
		}