NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.SetRenderMethodDelegate

[To be supplied.]

[Visual Basic]
Public Sub SetRenderMethodDelegate( _
   ByVal renderMethod As RenderMethod _
)
[C#]
public void SetRenderMethodDelegate(
   RenderMethod renderMethod
);
[C++]
public: void SetRenderMethodDelegate(
   RenderMethod* renderMethod
);
[JScript]
public function SetRenderMethodDelegate(
   renderMethod : RenderMethod
);

Parameters

renderMethod
[To be supplied.]

See Also

Control Class | Control Members | System.Web.UI Namespace