The Form property used to set the title bar on the Windows form is ____.

A. Title
B. Caption
C. Text
D. Bar


Answer: C

Computer Science & Information Technology

You might also like to view...

Write a program that reads in and sums the squares of positive integers until a value that 0 or less is read in.

What will be an ideal response?

Computer Science & Information Technology

What are two methods of deselecting an object?

What will be an ideal response?

Computer Science & Information Technology

If you click the wrong tag, how can you turn it off?

A) Click the one you wanted B) Right-click the tag C) Click it again to turn it off D) Scroll through the list and click one

Computer Science & Information Technology

Which statement is false?

a) Function strcpy copies its first argument into its second argument. b) Function strncpy does not necessarily copy the terminating null character of its second argument. c) A common error is not appending a terminating null character to the first argument of a strncpy when the third argument is less than or equal to the length of the string in the second argument. d) The first character of the second argument of strcat replaces the null character that terminates the string in the first argument.

Computer Science & Information Technology