IEditorBase Interface Members
The following tables list the members exposed by IEditorBase.
Public Properties
Name | Description | |
---|---|---|
AppCommandManager | Gets the editor's CommandManager. | |
EditorName | Gets the name of the editor instance. | |
IsReadOnly | Gets a value indicating whether the editor instance is read-only. | |
Preferences | Gets the editor's preferences. |
Public Methods
Name | Description | |
---|---|---|
SetDirty | Sets the dirty flag of the editor to true, i.e. IsDirty returns true after calling this method. |
See Also