Back to Devexpress

CommentCollection.Select(Comment) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-commentcollection-dot-select-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-comment-x29.md

latest1.3 KB
Original Source

CommentCollection.Select(Comment) Method

Selects the specified comment in a document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void Select(
    Comment comment
)
vb
Sub Select(
    comment As Comment
)

Parameters

NameTypeDescription
commentComment

A Comment object to select in the collection.

|

See Also

CommentCollection Interface

CommentCollection Members

DevExpress.XtraRichEdit.API.Native Namespace