ICustomEditorView.SetModel method
Namespace: NextDesign.Desktop.CustomUI
Description
Sets the model to display for this editor.
argument
Name | Type | Description |
---|---|---|
model | ICustomEditor | Model Gives a custom editor model that holds persistence information for the editor. The information required to display a custom editor can be accessed through this model. |
Return value
- void