Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.42 KB

context-menu.md

File metadata and controls

53 lines (38 loc) · 2.42 KB
description title ms.topic ms.date ms.assetid api_name api_type api_location topic_type
This section discusses the creation of shortcut (context) menus, and the implementation of shortcut menu (verb) handlers.
Shortcut (Context) Menus and Shortcut Menu Handlers
article
05/31/2018
956f3b10-2bc6-4f1f-a6ed-7184f94b545a
kbArticle

Shortcut (Context) Menus and Shortcut Menu Handlers

This section discusses the creation of shortcut (context) menus, and the implementation of shortcut menu (verb) handlers.

This section on file types and file associations is organized as follows:

Additional Resources

For related conceptual background, see the following topics:

For related reference documenation, see the following topics:

  • To execute a verb on a Shell item, see the InvokeVerb method.
  • To retrieve a collection of verbs that can be executed on a Shell item, see the Verbs method.
  • To perform an operation on a specified file, see either the ShellExecute or ShellExecuteEx functions.