Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommandAction Enumeration


In This Topic
    ThreadedCommandAction Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ThreadedCommandAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ThreadedCommandAction
    public enum ThreadedCommandAction : System.Enum 
    Members
    MemberDescription
    AddAdd a new threaded comment or reply
    DeleteDelete a threaded comment or reply
    EditEdit a reply or comment
    NextMove to next comment If can not find next comment, we will move to last comment
    PreviousMove to previous comment If can not find previous comment, we will move to first comment
    ResolvedThreaded comment is resolved or re-opened
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.ThreadedCommandAction

    See Also