GrapeCity MultiRow Windows Forms Documentation
ButtonCellBase Class
Members 


Represents a special Cell that looks like a button. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
ButtonCellBase ClassMultiRowFlatButtonAppearance ClassGcMultiRow ClassCellStyle ClassCellNote ClassSection ClassCellStyle ClassMultiRowTouchToolBar ClassValidatorCollection ClassCellValidator Class
Syntax
Public MustInherit Class ButtonCellBase 
   Inherits Cell
Dim instance As ButtonCellBase
public abstract class ButtonCellBase : Cell 
Remarks

The ButtonCellBase is a special type of Cell that implements the basic appearance of a button.

Note to Inheritors:

When you derive from ButtonCellBase and add new properties to the derived class, be sure to override the Clone method to copy the new properties during cloning operations. You should also call the base class's Clone method so that the properties of the base class are copied to the new cell.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.Win.MultiRow.Cell
            GrapeCity.Win.MultiRow.ButtonCellBase
               GrapeCity.Win.MultiRow.ButtonCell
               GrapeCity.Win.MultiRow.CheckBoxCell

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ButtonCellBase Members
GrapeCity.Win.MultiRow Namespace
ButtonCell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.