Click or drag to resize

AppWindow.ErrorMessage Method (Typed)

X#
Display a message in an error box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ErrorMessage(
	uText AS STRING
) AS VOID
Request Example View Source

Parameters

uText
Type: String
The description to be displayed in the error box.
See Also