IPersistComponentSettings.LoadComponentSettings Method

Definition

Reads the control's application settings into their corresponding properties and updates the control's state.

public:
 void LoadComponentSettings();
public void LoadComponentSettings ();
abstract member LoadComponentSettings : unit -> unit
Public Sub LoadComponentSettings ()

Remarks

In general, the LoadComponentSettings method performs two essential operations:

  • It causes each application settings instance contained by the control to refresh the values of its application settings properties, typically by calling their Reload methods.

  • As required, it updates those general properties that depend on these reloaded settings properties. For example, if the settings class contained a location settings property, LoadComponentSettings should ensure that the control's Location property is updated to reflect this reloaded setting.

Applies to

See also