READONLYSTATUS Enum

Definition

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

ROSTATUS_NotReadOnly 0

Text buffer can be written to.

ROSTATUS_ReadOnly 1

Text buffer is read-only.

ROSTATUS_Unknown -1

Determine the read-only status by checking with the associated text buffer.

Remarks

COM Signature

From textmgr.idl:

Applies to