IPersistComponentSettings::LoadComponentSettings Method ()

 

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

Namespace:   System.Configuration
Assembly:  System (in System.dll)

void LoadComponentSettings()

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.

.NET Framework
Available since 2.0
Return to top
Show: