IEditorBase Interface
IEditorBase is the actual container of the editor control for IEditorConfig.
It is passed to IEditorConfig at the time of initialization.
It is implemented by the SE internal framework.
Use this as an interface to save and load preferences, add commands, and mark the editor as dirty.
Object Model
Syntax
'Declaration Public Interface IEditorBase
'Usage Dim instance As IEditorBase
public interface IEditorBase
public interface class IEditorBase
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also