LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple lines of text on a command button

Solved!
Go to solution

Is there a way to get multiple lines of text on a command button.  Instead of a wide button with the text " Start Test System".  I would like a tall button with 3 line.

 

  Start

  Test

System

0 Kudos
Message 1 of 3
(4,742 Views)
Solution
Accepted by topic author Paul_Knight_Lockheed_Mart

While editing comman button label in the UIR editor you can split text into lines with Ctrl+Enter.

If you are setting the label programmatically, embed '\n' code into the label text.

 

Both methods work for all control types, not only for command buttons.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(4,735 Views)

Thanks, I thought it would be simple.

0 Kudos
Message 3 of 3
(4,712 Views)