Quest 3.31 Flashcards
What does the Image control allow?
It allows you to display a single image and to resize the image as you see fit.
If the text in a TextBlock does not fit the space granted to the control, what will the control not provide?
scrollbars
Like checkboxes, TextBlocks display simple text without any complicated formatting.
F
TextBlock and Label controls are designed exclusively for displaying text to the user.
T
What do CheckBoxes present the user with?
Options that they can select or clear.
What are RadioButtons used with?
Other RadioButtons.
What does image control allow?
Allows you to display a single image and to resize the image as you see fit.
If you prefix a letter with an underscore, the letter will become underlined and it will be possible to access the control directly by using the prefixed letter and ‘Alt’
T
Which control is capable of displaying multiple lines of text and displays text even if it will not fit in the space granted to the control?
TextBlock
TextBlock and label controls are designed exclusively for displaying text to the user.
T
When using a TextBlock control, the TextWrapping is the default setting.
F
What TextBox property is set to false to prevent users from being able to edit it?
IsEnabled
What do CheckBoxes present the user with?
Options they can select or clear.
When should you use the Checkbox control?
If you have want to present an option to the user that can be turned on or off.
Checkboxes can also display a third state, known as ‘undetermined’
F