Spread ASP.NET 6.0 Product Documentation
IRenderer Interface
Members  See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.