BaseFormApplyResources Method

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

Definition

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

See Also