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.
Namespace: KGySoft.WinForms.ControlsAssembly: 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