skip to main content

Controls Reference : WINDOW : Styles : Title-Bar

Title-Bar
When this style is set, an empty title bar is shown. Use the Title property to set the title.
 
Example - Display a window with title-bar style
working-storage section.
77 window-handle usage handle of window.
procedure division.
  display standard  window background-low
          screen line 41
          screen column 91
          cell width 10
          cell height 10
          label-offset 20
          control font Default-Font
          title "Screen"
          max-size 50.0
          min-lines 5.0
          max-lines 30.0
          handle window-handle

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