ICustomEditorSettings interface
Namespace: NextDesign.Core
Description
Setting information specific to the custom editor.
Area you belong to
Name | Description |
---|---|
Editor | A group of APIs to access the editor. |
Property
Name | Description |
---|---|
Keys | Enumeration of keys for configuration information |
Method
Name | Description |
---|---|
ClearAll | Clears all configuration information. |
GetValue<T> | Gets configuration information for the specified key. - T: Type of configuration information to obtain |
RemoveValue | Deletes the configuration information for the specified key. |
SetValue<T> | Sets configuration information for the specified key. - T: Type of configuration information to be set |