is there anyway to add 2 lines of text to a button in the toobar like
FIRST
SECOND
instead of FIRST SECOND
Hello,
Is this using the Ribbon or a standard toolbar?
a standard toolbar.
No request for a feature on this since it can be done from code like:
Me.UltraToolbarsManager2.Toolbars(0).Tools(1).SharedProps.Caption = "Supporting" & vbLf & "Documentation" Me.UltraToolbarsManager2.Toolbars(0).Tools(1).SharedProps.AppearancesSmall.Appearance.TextHAlign = Infragistics.Win.HAlign.Left
this does what I want
Thks....
It's currently not possible to do what you want. If you'd like, I could submit a product idea for this feature.