IVsCodeWindowManager Members
Include Protected Members
Include Inherited Members
Allows adornments, such as drop-down bars, to be added to or removed from a code window.
The IVsCodeWindowManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAdornments | Adds adornments, such as drop-down bars, to a code window. | |
OnNewView | Called by the core editor to notify a language that a new view was created. | |
RemoveAdornments | Removes adornments, such as drop-down bars, from a code window. |
Top