BaseUserControlApplyResources Method

Applies the resources of the user control. The default implementation just calls the ApplyStringResources method. Called when the user control is loaded for the first time. In a derived control, this method can be overridden to apply additional (non-string) resources, and it can be called whenever the resources should be re-applied, e.g. when the display language changes.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void ApplyResources()

See Also