![]() |
|
#1
|
|||
|
|||
|
Hi to all RibbonX Experts,
I'd like to add the "Document Property" button to a user-defined ribbon. I do not want the label ("Document Property") to be displayed, only the button. As the 'Document Properties' are accessible via build-in Controls, I added the lines: Code:
<gallery idMso="PropertyInsert" showLabel="false"/> The only way I found to suppress the label is to set it to a single space Code:
<gallery idMso="PropertyInsert" label=" "/> I tried adding "screentip" and "supertip", but nothing changes: an empty rectangle appears when hovering over the icon. I 'simply' want the icon to be displayed without label but with additional information on hovering. 'showLabel' does not seems to work correctly with "gallery idMso": with "gallery idMso="BreaksGallery" I also failed with "showLabel="false"", but succeeded with label=" ", the BreaksGallery icon is displayed without text but with additional info. So I simply can't find a reliable approach. What's wrong with my approach? Any help appreciated. Thanks NP |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
MSWord false pattern or background?????
|
controlengineer | Drawing and Graphics | 5 | 11-02-2025 02:54 PM |
| Where is false color effect in 2011 Mac version of PowerPoint? | mbrown662 | PowerPoint | 0 | 09-01-2014 03:37 PM |
Embedded SWF - 'Playing' is false after run
|
Cosmo | PowerPoint | 14 | 11-03-2013 01:21 AM |
False fonts in word
|
peterv | Word | 5 | 07-19-2012 02:11 AM |
| Ribbon button - showLabel attribute ignored | yiannis.spyridakis | Excel Programming | 2 | 06-12-2012 11:21 PM |