BaseUserControlDynamicStringLocalization Property

Gets or sets the dynamic string localization strategy of the user control. It allows using potentially auto-generated string resources from .resx files.

See the online help of the BaseForm.DynamicStringLocalization property for an example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(DynamicStringLocalization.Disabled)]
public DynamicStringLocalization DynamicStringLocalization { get; set; }

Property Value

DynamicStringLocalization

Examples

See Also