Windows Presentation Foundation interview questions
Windows Presentation Foundation interview questions
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. Which class is used for data binding in WPF?
Correct Answer is : Binding
2. The TextBox control shows a default context menu with options to Cut, Copy and Paste. Can we override this context menu by defining our own in the TextBox control?
Correct Answer is : TRUE
3. Can we store the ContextMenu in Resource so that we can reuse it for various control on a form?
Correct Answer is : FALSE
4. Which of the following have two states of Freezable object?
Correct Answer is : Frozen and unfrozen.
5. Which control is used that allows using a preset pattern for accepting or rejecting user input?