FarPoint.Win.Spread
GeneralEditor Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : GeneralEditor Class


Represents the base control for the cell types derived from GeneralCellType.

Object Model






Syntax

Visual Basic (Declaration) 
Public Class GeneralEditor 
   Inherits SuperEditBase
   Implements IDropDownNotify, IElement, IPopUpNotify, ISlideLeftNotify, ISlideRightNotify, ISpinDownNotify, ISpinUpNotify 
Visual Basic (Usage)Copy Code
Dim instance As GeneralEditor
C# 
public class GeneralEditor : SuperEditBase, IDropDownNotify, IElement, IPopUpNotify, ISlideLeftNotify, ISlideRightNotify, ISpinDownNotify, ISpinUpNotify  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            FarPoint.Win.ElementControl
               FarPoint.Win.SuperEditBase
                  FarPoint.Win.Spread.CellType.GeneralEditor
                     FarPoint.Win.Spread.CellType.MultiColumnEditor

See Also