TaskMenuCommand.Priority Property

Definition

Indicates the priority of the command. Commands with lower numbers are shown earlier in the list, and the first command is executed on double-click.

public:
 property int Priority { int get(); void set(int value); };
public int Priority { get; set; }
member this.Priority : int with get, set
Public Property Priority As Integer

Property Value

Applies to