Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
Using an ErrorProvider component you can make an error indication appear next to the field in error.
A)True
B)False
2
The SetError method is used to indicate an error message, and the Clear method removes any existing messages.
A)True
B)False
3
The maximum number of characters that can be entered in a text box is set with the MaxLength property.
A)True
B)False
4
The Validating event is usually considered the best location for field-level validation code.
A)True
B)False
5
When you are using SDI, each form in the project acts independently from the other forms.
A)True
B)False
6
All child windows within a parent window in MDI must remain maximized while they are open.
A)True
B)False
7
When you close the parent window in MDI, all of the child windows also close automatically.
A)True
B)False
8
Each .NET project can have only one MDI parent form.
A)True
B)False
9
The Window menu on an MDI parent form should list the open and closed child windows and allow these child windows to be arranged.
A)True
B)False
10
The LayoutMdi method of a form is used to determine how the open child forms are arranged in the parent window.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 14 > True or False