Property Settings
View SourceSettings
Gets or sets the settings object.
Declaration
object Settings { get; set; }
Property Value
Type | Description |
---|---|
Object | The plugin settings object. |
Remarks
The plugin can use this object to store its settings. The host application saves the Settings object of each plugin on exit and reloads it on the next program start. The properties of the object appear in the Plugin Settings dialog and are editable by the user.