Back to Devexpress

RichEditControl.About() Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-95aecc4a.md

latest1.2 KB
Original Source

RichEditControl.About() Method

Invokes the About dialog box.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public static void About()
vb
Public Shared Sub About

Remarks

This method is intended for design-time use and should not be called directly from your code.

The About method invokes the About dialog, displaying the product name and licensing information. On development machines, the license information is always correct. On client machines, the product is always marked as TRIAL in the About dialog.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace