Visual Basic (Declaration) | |
---|---|
Public MustInherit Class BaseRenderer Implements IRenderer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BaseRenderer |
C# | |
---|---|
public abstract class BaseRenderer : IRenderer |
This class provides the partial (abstract) implementation of the IRenderer interface.
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
System.Object
FarPoint.Web.Spread.Renderer.BaseRenderer
FarPoint.Web.Spread.Renderer.DefaultRenderer
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