IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 |
![]() | IsReadOnly | オーバーライドされます。 コレクションに項目を追加することを防止するために常に True を返す IsReadOnly プロパティをオーバーライドしました。 |
![]() | Item | オーバーロードされます。 Gets the item at the specified index. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 Adds a System.Windows.Forms.ToolStripItem that displays the specified text to the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | AddRange | オーバーロードされます。 Adds an array of System.Windows.Forms.ToolStripItem controls to the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | Clear | Removes all items from the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | Contains | Determines whether the specified item is a member of the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | ContainsKey | Determines whether the collection contains an item with the specified key. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | CopyTo | オーバーロードされます。 Copies the collection into the specified position of the specified System.Windows.Forms.ToolStripItem array. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | Equals | Determines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 |
![]() | Find | Searches for items by their name and returns an array of all matching controls. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | GetEnumerator | Returns an enumerator for the entire collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 |
![]() | GetHashCode | Returns the hash code for this instance. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 |
![]() | IndexOf | Retrieves the index of the specified item in the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | Insert | Inserts the specified item into the collection at the specified index. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | Remove | Removes the specified item from the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | RemoveAt | Removes an item from the specified index in the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |
![]() | RemoveByKey | Removes the item that has the specified key. System.Windows.Forms.ToolStripItemCollectionから継承されます。 |