BaseFormTranslateControls Property
Note: This API is now obsolete.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(false)]
[ObsoleteAttribute("Old auto-translation does not work anymore, it just removes the possible translation postfixes. Use the LocalizationOptions property instead.")]
[BrowsableAttribute(false)]
public bool TranslateControls { get; set; }
<DefaultValueAttribute(false)>
<ObsoleteAttribute("Old auto-translation does not work anymore, it just removes the possible translation postfixes. Use the LocalizationOptions property instead.")>
<BrowsableAttribute(false)>
Public Property TranslateControls As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
[ObsoleteAttribute(L"Old auto-translation does not work anymore, it just removes the possible translation postfixes. Use the LocalizationOptions property instead.")]
[BrowsableAttribute(false)]
property bool TranslateControls {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
[<ObsoleteAttribute("Old auto-translation does not work anymore, it just removes the possible translation postfixes. Use the LocalizationOptions property instead.")>]
[<BrowsableAttribute(false)>]
member TranslateControls : bool with get, set
Property Value
Boolean