Sdílet prostřednictvím


ToolBar.ToolBarButtonCollection.RemoveByKey(String) Metoda

Definice

Odebere ze ToolBarButton kolekce zadaný klíč.

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)

Parametry

key
String

Název, který ToolBarButton chcete odebrat z kolekce.

Poznámky

Vlastnost Name odpovídá klíči ToolBarButton v objektu ToolBar.ToolBarButtonCollection.

Platí pro