skip to main content

Controls Reference : PUSH-BUTTON : Styles : Multiline

Multiline
When this style is set, the title can be displayed on multiple lines. This happens when the title does not fit the size of the Push-Button control or when it contains a LineFeed character (x"0A").
If the Lines property is set to any value, the Multiline style is implied.
 
Example - Define a push-button with long title to be displayed in 2 lines
screen section.
  03 screen-1-pb-3 Push-Button
     line 12.1
     column 15.2
     size 10.7 cells 
     lines 5.3 cells 
     multiline
     title "Cancel this Operation"
     cancel-button

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left