InitializeEditor Method
- Last UpdatedAug 21, 2026
- 1 minute read
InitializeEditor method initializes the app editor with IEditor, which hosts the editor. By reflection, the SE internal Framework finds IEditorConfig and calls InitializeEditor by passing IEditorBase. IEditorBase is a container for the actual editor.
'Declaration
Sub InitializeEditor( _
ByVal editor As IEditorBase _
)
void InitializeEditor(
IEditorBase editor
)
void InitializeEditor(
IEditorBase^ editor
)
Parameters
- editor
- IEditor hosts this app editor