Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / IRenderer Interface
Members


In This Topic
    IRenderer Interface
    In This Topic
    Interface that supports the renderer controls.
    Object Model
    IRenderer Interface
    Syntax
    'Declaration
     
    
    Public Interface IRenderer 
    'Usage
     
    
    Dim instance As IRenderer
    public interface IRenderer 
    Remarks
    If this renderer supports client-side scripting, returns the URL to its HTC file.

    The HTML component has to implement following pre-defined methods.

    • <PUBLIC:PROPERTY NAME="value" />

      This method is called when the Spread needs to exchange the value with the renderer.

    • <PUBLIC:METHOD NAME="showRender" />

      This method is called to show/hide the renderer.

    See Also