exam questions

Exam 70-357 All Questions

View all questions & answers for the 70-357 exam

Exam 70-357 topic 2 question 7 discussion

Actual exam question from Microsoft's 70-357
Question #: 7
Topic #: 2
[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 A
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
EdwardWang
Highly Voted 5 years, 7 months ago
Correct Answer: D
upvoted 5 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 ...