Version

IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection Class Members

The following tables list the members exposed by IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of elements in the collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public PropertyIsReadOnlyOverridden. Overriden IsReadOnly property which always returns True to prevent adding of items to the collections  
Public PropertyItemOverloaded. Gets the item at the specified index. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a System.Windows.Forms.ToolStripItem that displays the specified text to the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodAddRangeOverloaded. Adds an array of System.Windows.Forms.ToolStripItem controls to the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodClearRemoves all items from the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodContainsDetermines whether the specified item is a member of the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodContainsKeyDetermines whether the collection contains an item with the specified key. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodCopyToOverloaded. Copies the collection into the specified position of the specified System.Windows.Forms.ToolStripItem array. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodEqualsDetermines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodFindSearches for items by their name and returns an array of all matching controls. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodGetEnumeratorReturns an enumerator for the entire collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodIndexOfRetrieves the index of the specified item in the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodInsertInserts the specified item into the collection at the specified index. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodRemoveRemoves the specified item from the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodRemoveAtRemoves an item from the specified index in the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection)
Public MethodRemoveByKeyRemoves the item that has the specified key. (Inherited from System.Windows.Forms.ToolStripItemCollection)
See Also