Ribbon : Large image text on two lines.

Ribbon : Large image text on two lines.

Anonymous
Not applicable
788 Views
2 Replies
Message 1 of 3

Ribbon : Large image text on two lines.

Anonymous
Not applicable

Hi there,

I am creating a ribbon using the ribbon .api from examples I have found here.

I am trying to get the labels for the large icons to appear on 2 lines (right) but i'm

having no luck.  Any ideas?

 

Ribbon.jpg

 

Thank you,

 

Martin.

 

0 Likes
Accepted solutions (1)
789 Views
2 Replies
Replies (2)
Message 2 of 3

fieldguy
Advisor
Advisor
Accepted solution

What have you tried so far?  This works for form labels.

 

Dim lstatelabel As String = "Current Layer State:" & ControlChars.NewLine & "Path: "

Message 3 of 3

Anonymous
Not applicable

That worked great, thank you :D.

0 Likes