Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 3.15 KB

editor-toolbar.md

File metadata and controls

43 lines (33 loc) · 3.15 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Editor toolbar
vbui6.chm2057579
vbui6.chm2057579
9ee48fbb-c090-89e2-e880-f859dd105e50
11/26/2018
medium

Editor toolbar

Editor toolbar

Contains buttons that are shortcuts to some commonly used menu items. Frequently used when editing code.

You can click a toolbar button once to carry out the action represented by that button. If you want to display ToolTips for the toolbar buttons, you can select the Show ToolTips option on the General tab of the Options dialog box.

Button Icon Description
List Properties/Methods Toolbar buttons Opens a box in the Code window that contains the properties and methods available for the object that precedes the period (.).
List Constants List constants Opens a box in the Code window that contains the constants that are valid choices for the property you typed and that precede the equals sign (=).
Quick Info Quick info Provides the syntax for a variable, function, method, or procedure based on the location of your pointer within the name of the function, method, or procedure.
Parameter Info Parameter info Shows a popup in the Code window that contains information about the parameters of the function in which the pointer is located.
Complete Word Complete word Accepts the characters that Visual Basic automatically adds to the word you are typing.
Indent Indent Shifts all lines in the selection to the next tab stop.
Outdent Outdent Shifts all lines in the selection to the previous tab stop.
Toggle Breakpoint Toggle breakpoint Sets or removes a breakpoint at the current line.
Comment Block Comment block Adds a comment character to the beginning of each line of a selected block of text.
Uncomment Block Uncomment block Removes the comment character from each line of a selected block of text.
Toggle Bookmark Toggle bookmark Toggles a bookmark on or off for the active line in the Code window.
Next Bookmark Next bookmark Moves the focus to the next bookmark in the bookmark stack.
Previous Bookmark Previous bookmark Moves the focus to the previous bookmark in the bookmark stack.
Clear All Bookmarks Clear all bookmarks Removes all bookmarks.

See also

[!includeSupport and feedback]