IPersistComponentSettings
Defines standard functionality for controls or libraries that store and retrieve application settings.
Gets or sets a value indicating whether the control should automatically persist its application settings properties.
Gets or sets the value of the application settings key for the current instance of the control.
void LoadComponentSettings()
Reads the control's application settings into their corresponding properties and updates the control's state.
void ResetComponentSettings()
Resets the control's application settings properties to their default values.
void SaveComponentSettings()
Persists the control's application settings properties.