Back to Devexpress

CommentHighlightAreaCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-d12eaa83.md

latest2.2 KB
Original Source

CommentHighlightAreaCollection Class

A collection of CommentHighlightAreaBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class CommentHighlightAreaCollection :
    LayoutElementCollection<CommentHighlightAreaBox>
vb
Public Class CommentHighlightAreaCollection
    Inherits LayoutElementCollection(Of CommentHighlightAreaBox)

The following members return CommentHighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<CommentHighlightAreaBox>

IEnumerable<CommentHighlightAreaBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<CommentHighlightAreaBox> CommentHighlightAreaCollection

See Also

CommentHighlightAreaCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace