TextViewInitFlags2 Enum

Definition

Provides additional members to the TextViewInitFlags enumeration.

This enumeration supports a bitwise combination of its member values.

public enum class TextViewInitFlags2
public enum class TextViewInitFlags2
enum TextViewInitFlags2
[System.Flags]
public enum TextViewInitFlags2
[<System.Flags>]
type TextViewInitFlags2 = 
Public Enum TextViewInitFlags2
Inheritance
TextViewInitFlags2
Attributes

Fields

VIF_ACTIVEINMODALSTATE 1024

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 512

Indicates that the view should be read-only.

VIF_SUPPRESS_STATUS_BAR_UPDATE 2048

Indicates that the view should suppress status bar updates.

VIF_SUPPRESSBORDER 8192

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 4096

Indicates that the view should not ask the buffer to track changes.

VIF_SUPPRESSTRACKGOBACK 16384

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.

Applies to