The following tables list the members exposed by IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection.
Name | Description | |
---|---|---|
IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection Constructor | Base constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) | |
IsReadOnly | Overridden. Overriden IsReadOnly property which always returns True to prevent adding of items to the collections | |
Item | Overloaded. Gets the item at the specified index. (Inherited from System.Windows.Forms.ToolStripItemCollection) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a System.Windows.Forms.ToolStripItem that displays the specified text to the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
AddRange | Overloaded. Adds an array of System.Windows.Forms.ToolStripItem controls to the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
Clear | Removes all items from the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
Contains | Determines whether the specified item is a member of the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
ContainsKey | Determines whether the collection contains an item with the specified key. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
CopyTo | Overloaded. Copies the collection into the specified position of the specified System.Windows.Forms.ToolStripItem array. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
Equals | Determines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) | |
Find | Searches for items by their name and returns an array of all matching controls. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
GetEnumerator | Returns an enumerator for the entire collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) | |
GetHashCode | Returns the hash code for this instance. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) | |
IndexOf | Retrieves the index of the specified item in the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
Insert | Inserts the specified item into the collection at the specified index. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
Remove | Removes the specified item from the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
RemoveAt | Removes an item from the specified index in the collection. (Inherited from System.Windows.Forms.ToolStripItemCollection) | |
RemoveByKey | Removes the item that has the specified key. (Inherited from System.Windows.Forms.ToolStripItemCollection) |