Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.
[Visual Basic]
Overloads Public Sub AddAttributesToRender( _
ByVal writer As HtmlTextWriter _
)
[C#]
public void AddAttributesToRender(
HtmlTextWriter writer
);
[Delphi]
public procedure AddAttributesToRender(
writer: HtmlTextWriter
); overload;
Parameters
writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
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. |