Click or drag to resize

ShellMenu Methods

The ShellMenu type exposes the following members.

Methods
  NameDescription
Public methodAddInvokeItemHandler
Adds an invoke item handler.
Public methodChangeStatesWhere
Removes a list of menu item ids using a predicate function.
Public methodGetById
Gets a menu item by its menu identifier offset.
Public methodMerge
Merges the items with the specified items.
Public methodMergeNewMenu
Merges this instance with the 'New' menu.
Public methodRemoveIdsRange
Removes a list of menu items identifiers.
Public methodRemoveIdsWhere
Removes a list of menu item ids using a predicate function.
Public methodTrace
Utility method to trace this items. Useful for developers.
Public methodStatic memberTrace(IEnumerableShellMenuItem)
Utility method to trace the specified items. Useful for developers.
Public methodStatic memberTrace(IEnumerableShellMenuItem, Int32, TextWriter)
Utility method to trace the specified items. Useful for developers.
Public methodStatic memberTraceNetCore
Utility method to trace the specified items. Useful for developers.
Public methodStatic memberTraceNetFramework
Utility method to trace the specified items. Useful for developers.
Top
See Also