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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetById
Gets a menu item by its menu identifier offset.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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