exam questions

Exam 70-357 All Questions

View all questions & answers for the 70-357 exam

Exam 70-357 topic 1 question 19 discussion

Actual exam question from Microsoft's 70-357
Question #: 19
Topic #: 1
[All 70-357 Questions]

You must create a control that meets the following requirements: allows you to extend the behavior of a combo box
allows the arrow image that is located at the right edge of a standard control to be replaced with a new image
has a property that sets and returns the image
maintains all of the properties of a standard combo box control
has a visual interface of the control that is defined by using XAML
defines the properties for the control in code

You need to create the control.
Which object should you use?

  • A. ContentDialog
  • B. StaticResource
  • C. ThemeResource
  • D. UserControl
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️
ContentDialog represents a dialog box that can be customized to contain checkboxes, hyperlinks, buttons and any other XAML content.
Reference: https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.contentdialog

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Szilveszter
Highly Voted 5 years, 4 months ago
Correct answer is D
upvoted 5 times
...
MarcCat
Most Recent 4 years, 7 months ago
I would say the correct answer is D
upvoted 2 times
...
Ofer
5 years, 2 months ago
Answer: A. D is a dialog. The requirement is to create a control.
upvoted 2 times
...
dsvirdi
5 years, 3 months ago
Correct Answer is A
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...