Control.SetRenderMethodDelegate Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assigns an event handler delegate to render the server control and its content into its parent control.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Public Sub SetRenderMethodDelegate ( _ renderMethod As RenderMethod _ ) 'Usage Dim instance As Control Dim renderMethod As RenderMethod instance.SetRenderMethodDelegate(renderMethod)
public void SetRenderMethodDelegate ( RenderMethod renderMethod )
public function SetRenderMethodDelegate ( renderMethod : RenderMethod )
Not applicable.
Parameters
- renderMethod
The information necessary to pass to the delegate so that it can render the server control.
Community Additions
ADD
Show: