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.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected virtual void ApplyResources()
Protected Overridable Sub ApplyResources
protected:
virtual void ApplyResources()
abstract ApplyResources : unit -> unit
override ApplyResources : unit -> unit