IPersistComponentSettings::LoadComponentSettings Method ()
.NET Framework (current version)
Reads the control's application settings into their corresponding properties and updates the control's state.
Assembly: System (in System.dll)
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
Available since 2.0
Show: