Multiple choice technology web technology

If a widget’s autoDraw property is set to false, one can call the draw method to display.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When autoDraw is set to false, the widget does not automatically render. You must explicitly call the draw() method to display it. This gives manual control over when widgets appear.