[]
        
(Showing Draft Content)

C1.Win.C1Editor.List.Action

List.Action Enum

Determines the action to perform on the list.

Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public enum List.Action
Remarks

Use this when you call the CanExecute(Action) method or the Execute(Action) method to specify what action to execute.

Fields

Name Description
ContinueNumbering

Continue numbering.

DecreaseLevel

Decrease level of the selected list items.

IncreaseLevel

Increase level of the selected list items.

RestartNumbering

Restart numbering.