TableStyle.AddAttributesToRender(HtmlTextWriter, WebControl) Method

Definition

Adds information about the background image, cell spacing, cell padding, gridlines, and alignment to the list of attributes to render.

public:
 override void AddAttributesToRender(System::Web::UI::HtmlTextWriter ^ writer, System::Web::UI::WebControls::WebControl ^ owner);
public override void AddAttributesToRender (System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebControl owner);
override this.AddAttributesToRender : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebControl -> unit
Public Overrides Sub AddAttributesToRender (writer As HtmlTextWriter, owner As WebControl)

Parameters

writer
HtmlTextWriter

The output stream that renders HTML content to the client.

owner
WebControl

The control associated with the style.

Remarks

This method is primarily used by control developers.

Applies to

See also