TextViewInitFlags2 Enumeration
Visual Studio 2015
Provides additional members to the TextViewInitFlags enumeration.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VIF_ACTIVEINMODALSTATE | Indicates that the view should be read-only active in a modal state. This state allows commands to be active, even when the shell is in a modal state. | |
| VIF_READONLY | Indicates that the view should be read-only. | |
| VIF_SUPPRESS_STATUS_BAR_UPDATE | Indicates that the view should suppress status bar updates. | |
| VIF_SUPPRESSBORDER | Indicates that the view should suppress drawing of the border. This setting is intended for use when view is hosted in a dialog. | |
| VIF_SUPPRESSTRACKCHANGES | Indicates that the view should not ask the buffer to track changes. | |
| VIF_SUPPRESSTRACKGOBACK | Indicates that view should suppress go-back tracking. This setting is intended for use when the view is hosted in a tool window, for example. |
Show: