Word 2007 Ribbon

J

Johnny E. Jensen

Hello NG

I am creating a Word 2007 template from Visual Studio 2008.
From the ribbon control designer i add a button and want to set the SuperTip
property.

I can't get it to display multiple lines

The SuperTip allready have a seperator line an icon and the text "Press F1
for more help" - how to hide this?

Kind Regards

J Jensen
 
V

viter.alex

Hi Johnny
In XML-code new line follows after
expression
Like this: supertip="This is first line.
This is second line."
If you set supertip dynamically then use vbNewLine constant
 
J

Johnny E. Jensen

Hello

Tanks for your reply, yes vbNewLine or in C# \n - but not in the property
window. Has to do the \n in code.

The existing seperator and existing text on the Super tip how to remove
that?

Kind regards

J Jensen

"viter.alex" <[email protected]> skrev i meddelelsen
Hi Johnny
In XML-code new line follows after
expression
Like this: supertip="This is first line.
This is second line."
If you set supertip dynamically then use vbNewLine constant
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top