Back to Devexpress

NewCommentCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-e04c4af6.md

latest1.7 KB
Original Source

NewCommentCommand Class

Adds a new comment at the current position in a document.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class NewCommentCommand :
    CommentsCommandBase
vb
Public Class NewCommentCommand
    Inherits CommentsCommandBase

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.CommentAndTrackingCommandBase DevExpress.XtraRichEdit.Commands.CommentsCommandBase NewCommentCommand

See Also

NewCommentCommand Members

DevExpress.XtraRichEdit.Commands Namespace