READONLYSTATUS 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 read and write status of a text buffer.
public enum class READONLYSTATUS
public enum class READONLYSTATUS
enum READONLYSTATUS
public enum READONLYSTATUS
type READONLYSTATUS =
Public Enum READONLYSTATUS
- Inheritance
-
READONLYSTATUS
Fields
Name | Value | Description |
---|---|---|
ROSTATUS_Unknown | -1 | Determine the read-only status by checking with the associated text buffer. |
ROSTATUS_NotReadOnly | 0 | Text buffer can be written to. |
ROSTATUS_ReadOnly | 1 | Text buffer is read-only. |
Remarks
COM Signature
From textmgr.idl: