Skip to main content

IEditorPage.SetSubEditorMode(SubEditorMode, IModel) method

Namespace: NextDesign.Desktop

Description

Specify the display mode of the sub-editor as an enumeration.

argument

NameTypeDescription
subEditorModeSubEditorModeTypes of sub-editor display modes
displayModelIModelModel to be displayed in the sub-editor when Manual is specified in subEditorMode

If other than Manual is specified in subEditorMode, it will be ignored.
Also, if null is specified, the project will be set as the model to be displayed.

Return value

  • void

Exception

NameException ClassDescription
Illegal operationExtensionInvalidOperationExceptionWhen this method is called while the sub-editor is hidden
When the deleted model is specified in displayModel