Back to Devexpress

IRichEditControl Interface

officefileapi-devexpress-dot-xtrarichedit-ed87be9d.md

latest1.7 KB
Original Source

IRichEditControl Interface

Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface IRichEditControl :
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    ICommandAwareControl<RichEditCommandId>
vb
Public Interface IRichEditControl
    Inherits IBatchUpdateable,
             IServiceContainer,
             IServiceProvider,
             ICommandAwareControl(Of RichEditCommandId)

The following members return IRichEditControl objects:

Remarks

Use the RichEditControl object and its properties unless the IRichEditControl is clearly required.

For a RichEdit’s View, the IRichEditControl interface is accessible via the RichEditView.Control property.

See Also

IRichEditControl Members

RichEditControl

Control

DevExpress.XtraRichEdit Namespace