English, asked by ubaleshreyash10, 8 months ago

5. What is the use of Project Window and Properties Window?​

Answers

Answered by kowshikvkowshik
4

Explanation:

The Properties window is used to display properties for objects selected in the two main types of windows available in the Visual Studio integrated development environment (IDE). These two types of windows are:

Tool windows such as Solution Explorer, Class View, and Object browser

Document windows containing such editors and designers as the forms designer, XML editor, and HTML editor

Using the Properties Window

The Properties window displays the properties of single or multiple selected items. If multiple items are selected, the intersection of all properties for all selected objects is displayed.

Events related to a selected object within a form design window or HTML editor using COM+ metadata are displayed in the Properties window. For example, you can select a button and display its associated events, such as an OnClick event, which can be linked to that button.

Events displayed in the Properties window are primarily used with objects that are bound to code. If you are editing a file format that does not have anything to do with code, you are not going to have any events. Events are only displayed in the Properties window when there is a binding between running code and certain events associated with specific objects. An example of this would be code behind a selected object that executes when that object is activated.

The following table lists the primary interfaces used by the Properties window.

Answered by GoDxGaminG
9

the properties window in visual basic is used to display the properties of the selected object whereas the project Windows contains many tools for editing

Explanation:

mark me brainliest

Similar questions