
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class BaseEditor Implements IEditor  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As BaseEditor  | |
| C# | |
|---|---|
public abstract class BaseEditor : IEditor  | |
This is the base class for the IEditor interface implementation.
            
            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 v2\v2.0.0.0\Samples).
            
            - 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.Editor.BaseEditor
      FarPoint.Web.Spread.Editor.CheckBoxEditor
      FarPoint.Web.Spread.Editor.ComboBoxEditor
      FarPoint.Web.Spread.Editor.GeneralEditor
      FarPoint.Web.Spread.Editor.ListBoxEditor
      FarPoint.Web.Spread.Editor.MultiColumnEditor
      FarPoint.Web.Spread.Editor.RadioButtonListEditor
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