ToolBar.ToolBarButtonCollection.RemoveByKey(String) 方法

定义

从集合中移除具有指定键的 ToolBarButton

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)

参数

key
String

要从集合中移除的 ToolBarButton 的名称。

注解

属性Name对应于 中 ToolBar.ToolBarButtonCollectionToolBarButton键。

适用于