Computer Science, asked by manrajdhami29475, 11 months ago

Plz give me answer of that its urgent plz​

Attachments:

Answers

Answered by AkhileshCR7
2

Answer:

Displays the standard Visual Basic controls, plus ActiveX controls and plug-ins that you have added to your project.

To customize the toolbox , you can add pages to it or add controls using the Additional Controls command on the Tools menu . When you add a page, a Select Objects tool is always available on the page.

TABLE 1

Button                                  Icon                                            Description

Select objects: Selecting objects is the only item in the toolbox that does not draw a control. When you select it, you can only resize or move a control that has already been drawn on a form.

Label; It allows you to keep text that you don't want the user to change, such as a title under a graphic.

TextBox: Contains text that the user can specify or change.

ComboBox: Allows you to draw a text box and a combination list box. The user can choose an item from the list or specify a value in the text box.

MyListBox: It is used to display a list of items that the user can choose. The list may scroll if it has more items than can be displayed at the same time.

Check box: Create a box that the user can easily choose to indicate whether something is true or false, or to display various options when the user can choose more than one.

OptionButton: It allows you to display various options from which the user can only choose one.

Property; Create a button that toggles between on and off.

Frame: Allows you to create a functional or graphic group of controls. To group controls, draw the frame first, and then draw the controls inside the frame.

PropiedadCommandButton: Create a button that the user can choose to carry out a command.

Tabula: Allows you to define multiple pages for the same area of a dialog or window in the application.

MultiPage: It presents several information screens as a single set.

ScrollBar: It provides a graphical tool to quickly navigate a long list of items or a large amount of information, to indicate the current position on a scale or to use it as an input device or speed or quantity indicator.

SpinButton: A number control that can be used with another control to increase and decrease numbers. You can also use it to scroll back and forth in a range of values or in a list of items.

Image: Displays a graphic image of a bitmap , icon, or metafile on the form. The images displayed in an Image control are only decorative and use fewer resources than an image box .

Hope it helps you!

Please mark me brainliest!

Similar questions