'Declaration Public Enum Comments.Action Inherits System.Enum
public enum Comments.Action : System.Enum
'Declaration Public Enum Comments.Action Inherits System.Enum
public enum Comments.Action : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.Comments.Action