GrapeCity.Win.MultiRow Namespace : ButtonCellBase Class |
Public MustInherit Class ButtonCellBase Inherits Cell
Dim instance As ButtonCellBase
public abstract class ButtonCellBase : Cell
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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
GrapeCity.Win.MultiRow.Cell
GrapeCity.Win.MultiRow.ButtonCellBase
GrapeCity.Win.MultiRow.ButtonCell
GrapeCity.Win.MultiRow.CheckBoxCell
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