Skip to main content
A newer version of this page is available. .
Box

LayoutComment.BeginUpdate() Method

OBSOLETE

This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.BeginUpdateDocument(RangedLayoutElement element)' where 'element' is the LayoutComment instance.

Provides access to a SubDocument for the Rich Text Editor document’s comment which relates to the current layout object.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.BeginUpdateDocument(RangedLayoutElement element)' where 'element' is the LayoutComment instance.", true)]
public SubDocument BeginUpdate()

Returns

Type Description
SubDocument

A SubDocument object which is the content of the comment.

Remarks

The BeginUpdate method is similar to the Comment.BeginUpdate method.

See Also