Click or drag to resize

StretchedContainerSetRenderContentsMethodDelegate Method

Assigns an event handler delegate to render container content to its parent control.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void SetRenderContentsMethodDelegate(
	RenderMethod renderMethod
)

Parameters

renderMethod
Type: System.Web.UIRenderMethod
The information necessary to pass to the delegate so it can render container contents.
Remarks