You can try having a look at VSTO 2005 for more details you can refer to http://blogs.msdn.com/vsto2/default.aspx , http://msdn.microsoft.com/office/understanding/vsto/default.aspx , http://blogs.officezealot.com/whitechapel/archive/2004/06/01/597.aspx , http://www.dotnetjunkies.com/WebLog/thedotnetarchitect/archive/2005/11/21/13 3887.aspx --------------------
[Quoted Text] >Thread-Topic: Action Panel Customization >thread-index: AcXw5oADabNwGzhRQZO4D5dgF2Nf4w== >X-WBNR-Posting-Host: 152.62.82.194 >From: =?Utf-8?B?RG1pdHJ5?= <Dmitry[ at ]discussions.microsoft.com> >Subject: Action Panel Customization >Date: Thu, 24 Nov 2005 03:02:03 -0800 >Lines: 16 >Message-ID: <FCC2B8EC-B114-478C-9E56-EA852EDAF902[ at ]microsoft.com> >MIME-Version: 1.0 >Content-Type: text/plain; > charset="Utf-8" >Content-Transfer-Encoding: 7bit >X-Newsreader: Microsoft CDO for Windows 2000 >Content-Class: urn:content-classes:message >Importance: normal >Priority: normal >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 >Newsgroups: microsoft.public.officedev >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 >Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl >Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.officedev:18027 >X-Tomcat-NG: microsoft.public.officedev > >Hello, I woner if there's any way to customize appearance of the
ActionPanel >(I'm using Word app as my app's GUI)? By default the 'dropdown menu' at the >top shows a list of actions - Getting Started, Help, .. Document Actions (if >any) etc. What I'm looking for is: > >1. Restrict access to anything except of Document Actions (I dont' want >users to have access to XML Structure etc. which comes by default). >2. Hide navigation buttons (Back, Fwd, Home) at the top as they'll become >meaningless. >3. Possibly provide access to the different views of my Win Control, hosted >by Action Panel by introducing my own dropdown menu items. I can do it >through the ToolStrip as well, so it's not that critical. > >Could anyone suggest on if it's possible at all? > > >
|