Multiple choice technology programming languages

Can a toolbar display text instead of pictures in the buttons ?

  1. No, a toolbar can only display images

  2. No, a toolbar can only display text

  3. Yes, a toolbar can display text, images, or both.

  4. None of these

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

Toolbars in Windows Forms and other UI frameworks are flexible and can display text, images, or both simultaneously. This allows developers to create toolbars that show button labels (text), icons (images), or a combination of both for better user experience and accessibility.