skip to main content

Controls Reference : CHECK-BOX : 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 Check-Box 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 check-box in screen section with text on multiple lines
screen section.
  03 screen-1-cb-2 Check-Box
     line 27.0
     column 10.0
     size 116
     lines 30
     title "Are you sure you would like some extra sugar for you coffee?"
     multiline

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