Answer the following statements true (T) or false (F)

1. Custom control templates give you complete control of a control’s appearance.
2. Static resources and dynamic resources differ because static resources are set at initialization time and dynamic resources can be modified by the application.
3. In addition to GUI appearance, styles can also contain event handlers.
4. Resources are similar to Private members. They are accessible only to the controls they are defined in.
5. Dependency properties provide built-in change notification.


1. True.
2. True.
3. True.
4. False. Resources are accessible to their host controls and all children of those controls (similar to Protected members).
5. True.

Computer Science & Information Technology

You might also like to view...

The event handler of a button designated as the Cancel button will be processed when the user presses the ____ key on the keyboard.

A. ESC B. ENTER C. CTRL D. ALT

Computer Science & Information Technology

You are troubleshooting your laptop because it just will not keep an IP address. When it gets an IP address, it releases it and cycles through repeatedly. You have replaced the cable, plugged into a known good network jack, and successfully connected a different laptop. Which of the following tools should you try next?

A. Tone generator B. Multimeter C. Cable tester D. Loopback plug

Computer Science & Information Technology

In web design, the foreground color usually refers to the ____ color.

A. page B. text C. header D. border

Computer Science & Information Technology

A set of data is represented by all except which of the following?

A. a line B. a bar C. a graphic element D. an anchor point

Computer Science & Information Technology