IEditorPage.SetSubEditorMode(SubEditorMode, IModel) method
Namespace: NextDesign.Desktop
Description
Specify the display mode of the sub-editor as an enumeration.
argument
Name | Type | Description |
---|---|---|
subEditorMode | SubEditorMode | Types of sub-editor display modes |
displayModel | IModel | Model 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
Name | Exception Class | Description |
---|---|---|
Illegal operation | ExtensionInvalidOperationException | When this method is called while the sub-editor is hidden When the deleted model is specified in displayModel |