Click or drag to resize

ShellMenuItemList Class

Represents a list of ShellMenuItems.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellMenuItemList

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ShellMenuItemList : IList<ShellMenuItem>, 
	ICollection<ShellMenuItem>, IEnumerable<ShellMenuItem>, IEnumerable

The ShellMenuItemList type exposes the following members.

Constructors
  NameDescription
Public methodShellMenuItemList
Initializes a new instance of the ShellMenuItemList class.
Top
Properties
Methods
  NameDescription
Public methodAdd
Public methodAddRange
Adds a list of items.
Public methodClear
Public methodContains
Public methodCopyTo
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf
Public methodInsert
Public methodRemove
Public methodRemoveAt
Public methodTrace
Traces This instance. Useful for developers.
Top
See Also