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