DropDownList.AddAttributesToRender Method
.NET Framework 3.0
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void AddAttributesToRender ( HtmlTextWriter writer )
protected override function AddAttributesToRender ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that represents the output stream that renders HTML contents to the client.
This member is used primarily by control developers when deriving a custom control from the DropDownList class.
Community Additions
ADD
Show: