Click or drag to resize
SilverlightApplicationRenderObjectParameters Method
Renders all param element for the object element.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public virtual void RenderObjectParameters(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The System.Web.UI.HTmlTextWriter object that receives the control content.
See Also