ITemplateEditingFrame.UpdateControlName(String) 方法

定义

将控件的名称更改为指定的名称。

public:
 void UpdateControlName(System::String ^ newName);
public void UpdateControlName (string newName);
abstract member UpdateControlName : string -> unit
Public Sub UpdateControlName (newName As String)

参数

newName
String

控件的新名称。

注解

备注

ITemplateEditingFrame 接口已过时。 GroupStyle在控件设计器的集合中的每个模板组元素上使用属性 TemplateGroups

适用于

另请参阅