Skip to main content

IRichEditControl.ShowErrorMessage(String) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

PortableDialogResult ShowErrorMessage(
    string message
)

Parameters

Name Type Description
message String

 

Returns

Type Description
DevExpress.Portable.PortableDialogResult

 

See Also