skip to main content

Controls Reference : WEB-BROWSER : Properties : Enabled

Enabled
This property assumes a value of "0" if the Web-Browser control is disabled, "1" if it is enabled.
 
Example - Define a web-browser control, initially disabled and enable it in procedure division
screen section.
  03 screen-1-wb-1 Web-Browser
     line 23.1
     column 2.0
     size 62.2 cells 
     lines 28.0 cells 
     enabled 0
     css-style-name "css-wb"
     value "http://www.veryant.com"
procedure division.
  modify screen-1-wb-1 enabled 1

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