Version

ErrorDisplayText Property

Returns or sets the error message to display.
Syntax
'Declaration
 
Public Property ErrorDisplayText As String
public string ErrorDisplayText {get; set;}
Remarks

The error text to be displayed. The display of the error text will vary depending on the Context. A Control on a form may display the ErrorDisplayText as a tooltip on an error icon. A NamedReference may not display the ErrorDisplayText since it doesn't have a visual representation. A Grid cell will display the ErrorDisplayText in the cell, if possible or as a tooltip on an error icon.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also