[]
Determines the action to perform on the comments.
public enum Comments.Action
Use this when you call the CanExecute(Action) method or the Execute(Action) method to specify what action to execute.
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. |