Edit Verb DialogCopy link to this sectionLink to this section copied!

When a user right-clicks a file, the context menu displays various verbs that provide additional detail on how they wish to interact with the file. This dialog allows you to edit or add a new context menu verb.

Win store app edit verb

VerbCopy link to this sectionLink to this section copied!

The name to display in the File Explorer context menu. This string is localizable using ms-resource.

VerbIDCopy link to this sectionLink to this section copied!

Stores the unique ID of the verb. If your app is a UWP app, this is passed to your app as part of its activation event args so it can handle the user's selection appropriately; if your app is a full-trust converted app, it receives parameters instead.

ParamsCopy link to this sectionLink to this section copied!

The list of argument parameters and values associated with the verb. If your app is a full-trust converted app, these are passed to it as event args when it's activated so you can customize its behavior for different activation verbs. If a variable can contain a file path, you should wrap the value in quotes so it will not break if passed a path that includes spaces. Note that if your app is a UWP app, you can't pass parameters – it receives the ID instead.

DdeExec CommandCopy link to this sectionLink to this section copied!

Specify a DDE command string

DdeExec ApplicationCopy link to this sectionLink to this section copied!

Specify an application name used to establish the DDE conversion

DdeExec TopicCopy link to this sectionLink to this section copied!

Specify the topic name of the DDE conversion

DdeExec IfExecCopy link to this sectionLink to this section copied!

Specify the DDE command used if DDE conversion cannot be executed

Multiselect ModelCopy link to this sectionLink to this section copied!

Specify the activation model for apps that are started when the user selects and opens multiple files at the same time:

  • Not Specified
  • Player
  • Document
  • Single

ExtendedCopy link to this sectionLink to this section copied!

Specify if the verb should only appear if the user holds the Shift key before right-clicking the file to show the context menu

DefaultCopy link to this sectionLink to this section copied!

Specify whether the verb is the default verb