I want to design own custom backstage view tab that has desing like standard tab FileNew.
How can I (and can I at all) use such tab elements like scrollable button set or large borderless button with text at bottom of one.
Custom Backstage View Tab like standard tab FileNew
1k views Asked by LionSoft At
1
There are 1 answers
Related Questions in MS-OFFICE
- Word Adin that automatically update document on the server on button press on ribbon
- How to pass a variable to a custom task pane in VB.Net
- Office Access errors
- Macro in Word to Underline each paragraph in document less than X characters long
- Copy and Paste Hyperlink change path to absolute
- C# Word Add-In Trusted Certificate
- Iterate through Resource Graph view and export to XPS with resources name in VBA Microsoft Project 2010
- Office add-in for save location
- Microsoft Graph API Accessing basic info of a user that is outside tenancy
- OpenXml.WordProcessing.Justification always comes as OpenXmlUnknownElement
Related Questions in OFFICE-2007
- open xml Numbered list
- How do register PIA12 (Office 2007) assemblies with visual studio 2013
- Installing version 11 PIA on a Visual Studio 2008 / Office 2007 system?
- Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
- Excel Addin that works on Excel 2007 and 2010
- Custom Backstage View Tab like standard tab FileNew
- Outlook 2007 - appointment
- "old format or invalid type library"
- Is there an inverse mode for Microsoft Word?
- Ribbons in Java, and Custom Buttons
Related Questions in OFFICE-2010
- ''setup cannot find office.en-us\dwtrig20.exe''
- VBA Type Mismatch (Conditional Compiling)
- Get reference to Forms checkbox in VBA event handler
- duplicate a complex (double) table row in ms word vba
- Find install path of office word 2010
- Where Is the Registry Key for Office 2010 PIA (How to Determine If Office 2010 PIA Is Installed)
- Word 2010 : Automatically populate Backstage tab from Folder
- Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
- Excel Addin that works on Excel 2007 and 2010
- MFC Feature pack in Office 2010 style
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
There are elements in the BackStage Tabs which are built-in and not available form the programming side. For example, all the individual controls on the Print Backstage Tab cannot be re-used by a developer. I'm afraid that we have the same problem with the File New Backstage. The previews are built-in. You can verify this if you look into the WordControls.xlsx file delivered with the Office 2010 Control-IDs download: There are no controls for the TabNew except for "GroupNewFormTemplates", "GroupNew2003Dialog" and "GroupNewFormPreview". You can only re-use controls which are defined in the Ribbon Scheme, as Combobox, Edit Control, Button, and so on.
So to display your templates, you must use these default controls, or built something completely different.