190k views
2 votes
The _____________________ property controls the text appearing in the title bar on a Windows Form object.

Caption

FormCaption

Text

Title

TitleBar

User Mockee
by
4.6k points

1 Answer

1 vote

Answer:

The correct answer to the given question is: "Text".

Explanation:

The windows form object is part of the vb.net.The term vb.net is divided into two parts (vb+.net). The term vb stands for visual basic and the .net stands for the network enable technology. It is a language that is not case sensitive. It is an object-oriented programming language like c++, java. It is used for making a wide range of Windows, Web, Mobile, and Office applications. which can be built on the .NET Framework. As we know that vb.net is used for making window applications. when we open windows form there is a two type of form first for the design and second for coding. In the designing page, there is text property. To use this property we display the text into the title bar.

So the correct answer is text.

User Bart Van Den Burg
by
5.9k points