CommentHighlightAreaCollection Class
In This Article
A collection of CommentHighlightAreaBox elements.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class CommentHighlightAreaCollection :
LayoutElementCollection<CommentHighlightAreaBox>
#Related API Members
The following members return CommentHighlightAreaCollection objects:
#Implements
DevExpress.Office.ISimpleCollection<CommentHighlightAreaBox>
See Also