adplus-dvertising
frame-decoration

Question

Which is true about the name and text property of a control?

a.

The text property changes to match any changes in the name property.

b.

They are the same when the control is first created.

c.

They are never the same unless the programmer makes it that way.

d.

The name property changes to match any changes in the text property.

Posted under VB NET Web Technologies

Answer: (b).They are the same when the control is first created.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is true about the name and text property of a control?

Similar Questions

Discover Related MCQs

Q. For which task does the IDE provide multiple ways to accomplish the task?

Q. Which are the standard prefixes for the Button and Combo box controls respectively?

Q. Which are the standard prefixes for the text box and label controls respectively?

Q. Which task is accomplished in the Code editor?

Q. Which is not a feature of a GUI that makes learning a program easy for users?

Q. An object is composed of:

Q. Which statement about objects is true?

Q. Which is not true about forms and controls in Visual Basic?

Q. Which is an example of Visual Basic Objects?

Q. The .Net class library:

Q. Which property determines whether a control is displayed to the user?

Q. The Button control can be activated:

Q. The CancelButton property belongs to which object?

Q. A click event procedure stud for the label control can be created by:

Q. In event-driven programming an event is generated by:

Q. The Java and Visual Basic .NET belong to this type of programming language.

Q. It is a comprehensive, object-oriented collection of reusable types that you can use to develop applications.

Q. It translates all high level instructions into machine code first before running the program.

Q. A window that lists the solution name, the project name and all the forms used in the project.

Q. VB.Net is