バージョン

IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection クラス メンバ

IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティCountGets the number of elements in the collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public プロパティIsReadOnlyオーバーライドされます。 コレクションに項目を追加することを防止するために常に True を返す IsReadOnly プロパティをオーバーライドしました。  
Public プロパティItemオーバーロードされます。 Gets the item at the specified index. System.Windows.Forms.ToolStripItemCollectionから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 Adds a System.Windows.Forms.ToolStripItem that displays the specified text to the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドAddRangeオーバーロードされます。 Adds an array of System.Windows.Forms.ToolStripItem controls to the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドClearRemoves all items from the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドContainsDetermines whether the specified item is a member of the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドContainsKeyDetermines whether the collection contains an item with the specified key. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドCopyToオーバーロードされます。 Copies the collection into the specified position of the specified System.Windows.Forms.ToolStripItem array. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドEqualsDetermines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public メソッドFindSearches for items by their name and returns an array of all matching controls. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドGetEnumeratorReturns an enumerator for the entire collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public メソッドGetHashCodeReturns the hash code for this instance. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public メソッドIndexOfRetrieves the index of the specified item in the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドInsertInserts the specified item into the collection at the specified index. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドRemoveRemoves the specified item from the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドRemoveAtRemoves an item from the specified index in the collection. System.Windows.Forms.ToolStripItemCollectionから継承されます。
Public メソッドRemoveByKeyRemoves the item that has the specified key. System.Windows.Forms.ToolStripItemCollectionから継承されます。
トップ
参照