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
- How can I create an automatic table of contents in docx without the text being bold?
- Error: "Document_KeyUp" event not working
- Rewriting CSS in MSO conditional comment doesn't work
- Recovering Outlook olk14 /15 email files
- Copy/Paste APA-style Text References into Word as Dynamic Citations for Automatic Bibliography
- GridArea in a JSX file
- vba: log cleaning macro: how to optimize for faster execution?
- Excel autofill numbers in rows but with text also in the cell
- Unattended installation of MS Office 2007 through PowerShell without Volume License
- How to convert a text with data in series having field name on left to a table in Excel?
- Manipulate .dotm files without launch MS Word
- .ICS calendar item works in Outlook desktop client, but not OWA webmail
- Seeking Excel Advice: Identifying Unpaired Names with Matching Timestamps?
- Apache POI created Excel files with errors, until today. Why?
- Referencing UserForm public variable in vba
Related Questions in OFFICE-2007
- Unattended installation of MS Office 2007 through PowerShell without Volume License
- Access - Enabling macros causes Access to crash
- System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
- Convert PowerPoint Presentation to HTML with Office 2019 or Office 365
- How do I recover Outlook E-mails after uninstalling it?
- Why do I suddenly get an error when trying to send a google search using a MSXML2.XMLHTTP object?
- Word 2007 VBA pause macro for user to manually select cursor position or range with the mouse
- Not possible to pass UDT between modules on different projects
- Word says macros are disabled but settings show they are enabled
- Use OpenXML to create .DOCX containing an image that works with Word 2007
- How to add Office Interops from Office 2007 while using Office 2016
- C#: Get index of Table after specific paragraph
- Persisting individual slides
- Peculiar Access 2007 issue, reports not displaying some fields
- MAPILogonEx(...) returns NULL while calling from MAPILogOn(...)
Related Questions in OFFICE-2010
- How to check if Office >= 2010 is installed?
- Powershell cannot create Excel object
- VSTO for Office 2010 Globals.Thisaddin is always null
- Why is Creating New Word Application Incredibly Slow VBA
- How to log out from OneNote 14.0?
- Excel - Bulk deletion of same words and rest of differing brackets content
- y Axis in a diagram number formatig error in Excel 2016 compared with 2010
- Microsoft Word don't load script for text behind
- Font MTEXTRA.TTF issue after the last Microsoft security update
- macro does work for users after updating in in Office 365
- AppActivate works in Excel 2007 but not in 2010
- Excel Arrow Key is Creating a Formula?
- duplicate a complex (double) table row in ms word vba
- Excel Visual Basic produces The object invoked as disconnected from its clients
- Excel Visual Basic variable as HTMLDocument
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.