Skip to main content

ICustomEditorSettings interface

Namespace: NextDesign.Core

Description

Setting information specific to the custom editor.

Area you belong to

NameDescription
EditorA group of APIs to access the editor.

Property

NameDescription
KeysEnumeration of keys for configuration information

Method

NameDescription
ClearAllClears all configuration information.
GetValue<T>Gets configuration information for the specified key.

- T: Type of configuration information to obtain
RemoveValueDeletes the configuration information for the specified key.
SetValue<T>Sets configuration information for the specified key.

- T: Type of configuration information to be set