ITemplateEditingFrame::UpdateControlName Method (String^)

 

Changes the name of the control to the specified name.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

void UpdateControlName(
	String^ newName
)

Parameters

newName
Type: System::String^

The new name for the control.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the GroupStyle property on each template group element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: