Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPersistComponentSettings.LoadComponentSettings Method

Definition

Namespace:
System.Configuration
Assembly:
System.Configuration.ConfigurationManager.dll
Assembly:
System.dll
Package:
System.Configuration.ConfigurationManager v11.0.0-preview.5.26302.115
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs
Source:
IPersistComponentSettings.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?