Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / List.Action Enumeration

In This Topic
    List.Action Enumeration
    In This Topic
    Determines the action to perform on the list.
    Syntax
    'Declaration
     
    Public Enum List.Action 
       Inherits System.Enum
    public enum List.Action : System.Enum 
    Members
    MemberDescription
    ContinueNumbering Continue numbering.
    DecreaseLevel Decrease level of the selected list items.
    IncreaseLevel Increase level of the selected list items.
    RestartNumbering Restart numbering.
    Remarks
    Use this when you call the List.CanExecute method or the List.Execute method to specify what action to execute.
    Inheritance Hierarchy

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

    See Also