Exemplo n.º 1
0
 void SetHandler(InternetExplorer explorer)
 {
     try
     {
         HTMLDocumentEventHelper helper =
             new HTMLDocumentEventHelper(explorer.Document as HTMLDocument);
         helper.oncontextmenu += new HtmlEvent(oncontextmenuHandler);
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
        void SetHandler(InternetExplorer explorer)
        {
            try
            {
                HTMLDocumentEventHelper helper =
                    new HTMLDocumentEventHelper(explorer.Document as HTMLDocument);
                helper.oncontextmenu += new HtmlEvent(oncontextmenuHandler);
            }
            catch (Exception)
            {

                throw;
            }
        }