ToolStripItemCollection.RemoveByKey(String) Yöntem
Tanım
Belirtilen anahtara sahip öğeyi kaldırır.Removes the item that has the specified key.
public:
virtual void RemoveByKey(System::String ^ key);
public virtual void RemoveByKey (string key);
abstract member RemoveByKey : string -> unit
override this.RemoveByKey : string -> unit
Public Overridable Sub RemoveByKey (key As String)
Parametreler
- key
- String
Kaldırılacak öğesinin anahtarı ToolStripItem .The key of the ToolStripItem to remove.
Özel durumlar
ToolStripItemCollectionSalt okunurdur.The ToolStripItemCollection is read-only.
Açıklamalar
key
Parametre değeri özelliğine karşılık gelir ToolStripItem.Name .The key
parameter value corresponds to the ToolStripItem.Name property.