Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

RichTextBoxLinkBase Class

The base class for the RichTextBoxLink class.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public class RichTextBoxLinkBase :
    LinkBase

Remarks

To print the RichTextBox control, assign an existing RichTextBox object to the RichTextBoxLinkBase.RichTextBox property, and then call either the RichTextBoxLink.ShowPreview method to preview a document, or the RichTextBoxLink.Print method to send it to a printer.

See Also