Exam 27: Visual Basic 2012 How to Program

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A routed event is ignored after its Handled property is set to True.

(True/False)
4.9/5
(38)

A bubbling event travels down the container hierarchy,and a tunneling event travels up the container hierarchy.

(True/False)
4.8/5
(34)

The attribute declares the control modified by a control template.

(Multiple Choice)
4.9/5
(30)

XML elements can be nested,creating parent elements and child elements.

(True/False)
4.9/5
(33)

The _______ property of an event stores a reference to the control that triggered the event.

(Multiple Choice)
4.9/5
(35)

A shape can be given an absolute position in a Canvas using the Canvas's methods _____ and _____.

(Multiple Choice)
4.9/5
(34)

Using XAML gives WPF the benefit of raster-based graphics.

(True/False)
4.7/5
(37)

A major benefit of using XAML is that GUI design can be done separately from programming.

(True/False)
4.7/5
(35)

WPF events which behave like Windows Forms events are called ______.

(Multiple Choice)
5.0/5
(33)

WPF GUIs can be created by dragging predefined controls from the Toolbox onto the design surface.

(True/False)
4.8/5
(40)

Custom control templates give you complete control of a control's appearance.

(True/False)
4.8/5
(22)

A WPF Grid control allows child elements to be positioned using explicit coordinates.

(True/False)
4.8/5
(33)

WPF controls are "lookless," meaning that their appearance can be set by any control template.

(True/False)
4.9/5
(31)

A MouseMove event passes information using a MouseMoveEventArgs object.

(True/False)
4.9/5
(35)

Layout of controls refers to the controls' _____.

(Multiple Choice)
4.8/5
(31)

Setting the property to None removes the standard window frame containing the title and buttons to minimize,maximize and close the application.

(Multiple Choice)
4.8/5
(29)

Events which can travel up or down the container hierarchy are called ______.

(Multiple Choice)
4.9/5
(38)

The ItemsSource property of a ListView must refer to the name of a DataTemplate element.

(True/False)
4.8/5
(31)

A MouseEventArgs object's GetPosition event always returns a position relative to the top left of the WPF window.

(True/False)
4.9/5
(37)

WPF provides built-in functionality for custom windows.

(True/False)
4.8/5
(44)
Showing 21 - 40 of 58
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)