Override right click pop menu

G

grey

I have used Excel Office Web Component in my Windows .NET application. I
want to design my own right click pop menu on the excel grid. Is it possible
to override the default one? If so, any sample or how to do that??

Million Thanks
 
A

Alvin Bruney - ASP.NET MVP

catch the context menu event, cancel it and insert your own. the process is
very simple

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Top