Interface ISettingsEditor
Interface for a settings page.
public interface ISettingsEditor
Properties
SettingsPageName
Gets the translated settings page name.
string SettingsPageName { get; }
Property Value
SettingsPagePath
Gets the translated settings page path.
string SettingsPagePath { get; }
Property Value
Methods
ApplyChanges()
Applies the settings.
void ApplyChanges()
Initialize()
Initializes the class. Called on each opening.
void Initialize()