[]
        
(Showing Draft Content)

C1.Win.C1Editor.Comments.Action

Comments.Action Enum

Determines the action to perform on the comments.

Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public enum Comments.Action
Remarks

Use this when you call the CanExecute(Action) method or the Execute(Action) method to specify what action to execute.

Fields

Name Description
Add

Adds comment to the current selection.

Delete

Removes the current comment.

DeleteAll

Removes all comments in the document.

Edit

Edits the current comment.

MoveNext

Moves to the next comment

MovePrevious

Moves to the previous comment

Reply

Replies to the current comment.