Click or drag to resize

TextValueInputControllerNonEmptyStringValidator(String) Constructor

Initializes a new instance of the TextValueInputControllerNonEmptyStringValidator class with a custom error message.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NonEmptyStringValidator(
	string errmsg
)

Parameters

errmsg  String
The validation message shown when the text is empty.
See Also