Spread for ASP.NET 7.0 Product Documentation
IRenderer Interface
Members  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace : IRenderer Interface


Glossary Item Box

Interface that supports the renderer controls.

Syntax

Visual Basic (Declaration) 
Public Interface IRenderer 
Visual Basic (Usage)Copy Code
Dim instance As IRenderer
C# 
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.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.