[]
Specifes the edit mode.
public enum EditMode
Public Enum EditMode
Use the members of this enumeration to control the INSERT or REPLACE mode of the editor.
Name | Description |
---|---|
FixedInsert | Indicates the fixed Insert mode. |
FixedOverwrite | Indicates the fixed Overwrite mode. |
Insert | Indicates the Insert mode. |
Overwrite | Indicates the Overwrite mode. |