| 
 | 
 | 
 | 
| CellBaseClass Class | 
CellBaseClass Class (Softelvdm.Controls Namespace)
The CellBaseClass abstract class is the base class for all cells in controls published by Softel vdm, Inc.
SftTree/NET 2.0: Cells, row headers, column headers and column footers are objects derived from the CellBaseClass class.
SftTabs/NET 6.0: Tabs are objects derived from the CellBaseClass class.
Cells contain text, images, checkboxes, radiobuttons, progressbars, etc., collectively referred to as "parts".
| VB | Public MustOverride Class CellBaseClass Inherits Object | 
| C# | public abstract class CellBaseClass : Object | 
| C++ | public ref class CellBaseClass abstract : public Object | 
| Public | Fields | Events | |||
| Protected | Constructors | Fields | 
 | 
| Description | |
| none | This class cannot be instantiated. | 
| Description | |
| Defines whether this cell is eligible to be used for cell merging by the previous adjacent cell. | |
| Defines whether this cell is eligible to be used for cell merging by the cell above. | |
| Defines the background appearance of the cell. | |
| Defines the background color of the cell. | |
| Defines the ending background color of the cell, when a gradient fill is used. | |
| Defines the background color of the cell, if the cell is selected. | |
| Defines the ending background color of the cell, if the cell is selected, when a gradient fill is used. | |
| Returns whether this cell is empty and can be merged with the previous adjacent cell. | |
| Returns whether this cell is empty or has the same cell text and can be merged with the cell above. | |
| Returns the dimensions of the cell. | |
| Returns whether this cell is enabled. | |
| Returns whether this cell is eligible to be used for cell merging by the previous adjacent cell. | |
| Returns whether this cell is eligible to be used for cell merging by the cell above. | |
| Returns the background appearance of the cell. | |
| Returns whether this cell is eligible to merge with the cell below. | |
| Returns whether this cell is eligible to merge with the next adjacent cell. | |
| Returns the cell parts orientation. | |
| Returns the sorting indicator position of the cell. | |
| Returns the first part object of the cell's Parts collection. | |
| Defines the foreground color of the cell. | |
| Defines the foreground color of the cell, if the cell is selected. | |
| Defines the image of the first ImagePartClass object found in the cell's Parts collection. | |
| Returns the first ImagePartClass object of the cell's Parts collection. | |
| Returns whether this cell is empty. | |
| Returns whether this cell is part of another cell, due to cell merging. | |
| Returns the next main cell below the current cell. | |
| Returns the cell below if the current cell merges into that cell. | |
| Returns the main cell, if the current cell is part of the main cell due to cell merging. | |
| Returns whether this cell is eligible to merge with the cell below. | |
| Returns whether this cell is eligible to merge with the next adjacent cell. | |
| Returns the next main cell following the current cell. | |
| Returns the following adjacent cell if the current cell merges into that cell. | |
| Defines the cell parts orientation. | |
| Returns the owning item of the cell. | |
| Returns the cell's parts collection. | |
| Returns the next main cell preceding the current cell. | |
| Returns the physical height of the cell (not considering vertical/horizontal cell merging). | |
| Returns the physical width of the cell (not considering vertical/horizontal cell merging). | |
| Defines the sorting indicator position of the cell. | |
| Defines the status of the cell's sorting indicator. | |
| Defines application-specific data. | |
| Defines application-specific data. | |
| Defines an application-specific string. | |
| Defines the text of the first TextPartClass object found in the cell's Parts collection. | |
| Returns the first TextPartClass object of the cell's Parts collection. | |
| Returns the next main cell above the current cell. | |
| Description | |
| Calculates the best dimensions for the current cell. | |
| 
 | Determines whether the specified Object is equal to the current Object. | 
| 
 | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
| Returns the main cell, if the current cell is part of the main cell due to cell merging. | |
| 
 | Gets the Type of the current instance. | 
| Determines whether the same cell text is used in the current cell and the specified cell. | |
| Paints the cell. | |
| 
 | Determines whether the specified Object instances are the same instance. | 
| 
 | Returns a String that represents the current Object. | 
| Turns all radiobuttons in this cell off. | |
| Description | |
| Returns the owning item of the cell. | |
| Description | |
| 
 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
| 
 | Creates a shallow copy of the current Object. | 
Version Information
Supported in version 1.0.
   Products Table
See Also Softelvdm.Controls Namespace