Click or drag to resize

AbstractViewContentSetLocalizedInfoTip Method

Sets a localized info tip that will update automatically when the language changes.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void SetLocalizedInfoTip(
	string text
)

Parameters

text  String
The input to the string parser which will localize info tip.
See Also