Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected virtual void AddControlIDToAttribute(
	HtmlTextWriter writer,
	string buttonid,
	string buttonName
)
Visual Basic
Protected Overridable Sub AddControlIDToAttribute ( _
	writer As HtmlTextWriter, _
	buttonid As String, _
	buttonName As String _
)
Visual C++
protected:
virtual void AddControlIDToAttribute(
	HtmlTextWriter^ writer, 
	String^ buttonid, 
	String^ buttonName
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
buttonid
Type: System..::..String
buttonName
Type: System..::..String

See Also