Control.ControlCollection.RemoveByKey(String) 方法

定义

移除具有指定键的子控件。

public:
 virtual void RemoveByKey(System::String ^ key);
public virtual void RemoveByKey (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

要移除的子控件的名称。

注解

a Name Control 属性对应于中某个 Control 项的 Control.ControlCollection键。

适用于