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
C1WebTreeViewSpecialSymbolStyle Class | C1WebTreeViewSpecialSymbolStyle Members | C1.Web.Command Namespace | C1WebTreeViewSpecialSymbolStyle.AddAttributesToRender Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |