Intersoft WebInput Documentation
SetRenderMethodDelegate Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : SetRenderMethodDelegate Method






renderMethod

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetRenderMethodDelegate( _
   ByVal renderMethod As System.Web.UI.RenderMethod _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim renderMethod As System.Web.UI.RenderMethod
 
instance.SetRenderMethodDelegate(renderMethod)
C# 
[System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetRenderMethodDelegate( 
   System.Web.UI.RenderMethod renderMethod
)
Delphi 
public procedure SetRenderMethodDelegate( 
    renderMethod: System.Web.UI.RenderMethod
); 
JScript 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function SetRenderMethodDelegate( 
   renderMethod : System.Web.UI.RenderMethod
);
Managed Extensions for C++ 
[System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public: void SetRenderMethodDelegate( 
   System.Web.UI.RenderMethod* renderMethod
) 
C++/CLI 
[System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public:
void SetRenderMethodDelegate( 
   System.Web.UI.RenderMethod^ renderMethod
) 

Parameters

renderMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.