Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Comments.Action Enumeration

In This Topic
    Comments.Action Enumeration
    In This Topic
    Determines the action to perform on the comments.
    Syntax
    'Declaration
     
    Public Enum Comments.Action 
       Inherits System.Enum
    public enum Comments.Action : System.Enum 
    Members
    MemberDescription
    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.
    Remarks
    Use this when you call the Comments.CanExecute method or the Comments.Execute method to specify what action to execute.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.Comments.Action

    See Also