ICustomTranslatedTranslateControl Method
Translates the control.
Namespace: KGySoft.Libraries.LanguageAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
bool TranslateControl(
out bool translationFinished
)
Function TranslateControl (
<OutAttribute> ByRef translationFinished As Boolean
) As Boolean
bool TranslateControl(
[OutAttribute] bool% translationFinished
)
abstract TranslateControl :
translationFinished : bool byref -> bool
- translationFinished Boolean
- If an implementer returns , no further translation will be performed on child elements.
Boolean if translation is disabled for the control; otherwise,
.