Ham Cockpit   

    Show / Hide Table of Contents

    Property Settings

    View Source

    Settings

    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.

    • View Source
    Back to top Generated by DocFX