BUFFERSTATEFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the state of a text buffer.
This enumeration supports a bitwise combination of its member values.
public enum class BUFFERSTATEFLAGS
public enum class BUFFERSTATEFLAGS
enum BUFFERSTATEFLAGS
[System.Flags]
public enum BUFFERSTATEFLAGS
[<System.Flags>]
type BUFFERSTATEFLAGS =
Public Enum BUFFERSTATEFLAGS
- Inheritance
-
BUFFERSTATEFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
BSF_RESERVED | -8 | Reserved for future use. |
BSF_USER_READONLY | 1 | The user marked it as read-only; no editing is allowed. |
BSF_FILESYS_READONLY | 2 | Read-only on the file system, possibly under source code control. |
BSF_MODIFIED | 4 | The buffer has been modified. |
BSF_SUPPRESS_UI | 8 | Prevent the buffer from showing the UI (false by default). |