Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional members to the TextViewInitFlags enumeration.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TextViewInitFlags2
[FlagsAttribute]
public enum TextViewInitFlags2
[FlagsAttribute]
public enum class TextViewInitFlags2
[<FlagsAttribute>]
type TextViewInitFlags2
public enum TextViewInitFlags2
Members
Member name | Description | |
---|---|---|
VIF_READONLY | Indicates that the view should be read-only. | |
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_SUPPRESS_STATUS_BAR_UPDATE | Indicates that the view should suppress status bar updates. | |
VIF_SUPPRESSTRACKCHANGES | Indicates that the view should not ask the buffer to track changes. | |
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_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. |