Spread ASP.NET 6.0 Product Documentation
BaseRenderer Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace : BaseRenderer Class


Glossary Item Box

Represents the partial (abstract) implementation of the IRenderer interface for a base renderer control.

Object Model

BaseRenderer Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class BaseRenderer 
   Implements IRenderer 
Visual Basic (Usage)Copy Code
Dim instance As BaseRenderer
C# 
public abstract class BaseRenderer : IRenderer  

Remarks

This class provides the partial (abstract) implementation of the IRenderer interface.

Example

For an example, refer to the Editor-Renderer sample project. These are installed in the samples subdirectory (such as C:\Program Files\FarPoint Technologies\Spread.WebForms x.x\x.x.x.x\Samples), where x.x is the version number.
  • For the C# .NET version, run Samples\CS\EditorRendererCS\EditorRendererCS.csproj

  • For the Visual Basic .NET version, run Samples\VB\EditorRenderer\EditorRenderer.vbproj

Inheritance Hierarchy

System.Object
   FarPoint.Web.Spread.Renderer.BaseRenderer
      FarPoint.Web.Spread.Renderer.DefaultRenderer

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.