ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebMenuSpecialSymbolStyle.AddAttributesToRender Method (HtmlTextWriter, WebControl)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter and Web server control.

[Visual Basic]

Overloads Overridable Public Sub AddAttributesToRender( _

ByVal writer As HtmlTextWriter, _

ByVal owner As WebControl _

)

[C#]

virtual public void AddAttributesToRender(

HtmlTextWriter writer,

WebControl owner

);

[Delphi]

public procedure AddAttributesToRender(

writer: HtmlTextWriter;

owner: WebControl

); overload; virtual;

Parameters

writer

A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

owner

A WebControl or WebControl derived object that represents the Web server control associated with the Style.

See Also

C1WebMenuSpecialSymbolStyle Class | C1WebMenuSpecialSymbolStyle Members | C1.Web.Command Namespace | C1WebMenuSpecialSymbolStyle.AddAttributesToRender Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.