Editor Controls and Menus
A language service or a text view can control the context menus and controls in the editor. The pages in this section detail how to work with these features.
In This Section
Drop-Down Bar
Describes the drop-down bar and provides instructions for implementing it.Handling Keyboard Bindings
Describes how to bind keystrokes to the editor.Command Handling
Details command handling in editors.Context Menus
Describes editor context menus.How to: Update the Status Bar
Provides instructions for updating the Status Bar.
Related Sections
- Editors
Introduces the different types of editors Visual Studio provides and explains how you can create custom editors.