In order to make a control composed of existing controls, the programmer needs to:

a) inherit the Form class
b) inherit the Object class
c) inherit the UserControl class
d) All of the above

c) inherit the UserControl class

Computer Science & Information Technology

You might also like to view...

The ________ property of the Form specifies the Form’s background color.

a) Color b) BackgroundColor c) BackColor d) Background e) DefaultColor

Computer Science & Information Technology

The C# programming language was developed as an object-oriented and component-oriented language.

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

Computer Science & Information Technology