Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / CheckBoxEditor Class
Members


In This Topic
    CheckBoxEditor Class
    In This Topic
    Represents an editor control for check box cells.
    Object Model
    CheckBoxEditor ClassValidatorCollection Class
    Syntax
    'Declaration
     
    
    Public Class CheckBoxEditor 
       Inherits BaseEditor
       Implements IEditor, IEditor2, IEditor3 
    'Usage
     
    
    Dim instance As CheckBoxEditor
    public class CheckBoxEditor : BaseEditor, IEditor, IEditor2, IEditor3  
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.Editor.BaseEditor
          FarPoint.Web.Spread.Editor.CheckBoxEditor

    See Also