SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
An instance of the CellClass class describes one individual cell in a SftTree/NET control.
There is one instance of the CellClass class for each cell in a SftTree/NET control. Cells are accessed using an item's ItemClass.Cells property.
Cells are used throughout the control, for cells in the item area and also in headers, footers and row headers.
Cells contain "parts", which are objects derived from the GenericPartClass class. These can be formatted text, buttons, images, checkboxes, radiobuttons and more.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class CellClass : Softelvdm.Controls.CellBaseClass;
Public Class CellClass Inherits Softelvdm.Controls.CellBaseClass
This class cannot be instantiated.
AllowMergeFromPrevious | Defines whether this cell is eligible to be used for cell merging by the previous adjacent cell. | |
AllowMergeFromUpper | Defines whether this cell is eligible to be used for cell merging by the cell above. | |
Appearance | Defines the background appearance of the cell. | |
BackColor | Defines the background color of the cell. | |
BackColorEnd | Defines the ending background color of the cell, when a gradient fill is used. | |
BackColorSelected | Defines the background color of the cell, if the cell is selected. | |
BackColorSelectedEnd | Defines the ending background color of the cell, if the cell is selected, when a gradient fill is used. | |
CanMergeWithPrevious | Returns whether this cell is empty and can be merged with the previous adjacent cell. | |
CanMergeWithUpper | Returns whether this cell is empty or has the same cell text and can be merged with the cell above. | |
ColumnIndex | Returns the column's zero-based index in the column collection. | |
Dimensions | Returns the dimensions of the cell. | |
EditIgnore | Defines whether the cell is ignored for cell editing. | |
Enabled | Returns whether this cell is enabled. | |
EvaluatedAllowMergeFromPrevious | Returns whether this cell is eligible to be used for cell merging by the previous adjacent cell. | |
EvaluatedAllowMergeFromUpper | Returns whether this cell is eligible to be used for cell merging by the cell above. | |
EvaluatedAppearance | Returns the background appearance of the cell. | |
EvaluatedMergeWithLower | Returns whether this cell is eligible to merge with the cell below. | |
EvaluatedMergeWithNext | Returns whether this cell is eligible to merge with the next adjacent cell. | |
EvaluatedOrientation | Returns the cell parts orientation. | |
EvaluatedSortIndicatorPosition | Returns the sorting indicator position of the cell. | |
FirstPart | Returns the first part object of the cell's parts collection. | |
ForeColor | Defines the foreground color of the cell. | |
ForeColorSelected | Defines the foreground color of the cell, if the cell is selected. | |
GridLines | Defines the grid lines style for this cell. | |
Image | Defines the image of the first ImagePartClass object found in the cell's parts collection. | |
ImagePart | Returns the first ImagePartClass object of the cell's parts collection. | |
InLeftPane | Returns whether this cell is located in the left pane. | |
IsEmpty | Returns whether this cell is empty. | |
IsFirstDisplayedAndVisible | Returns whether this cell is the first displayed cell with a width greater than 0 in the left pane. | |
IsFirstDisplayedAndVisibleInRightPane | Returns whether this cell is the first displayed cell with a width greater than 0 in the right pane. | |
IsLastDisplayedAndVisible | Returns whether this cell is the last displayed cell with a width greater than 0 in the right pane. | |
IsLastDisplayedAndVisibleInLeftPane | Returns whether this cell is the last displayed cell with a width greater than 0 in the left pane. | |
IsReordering | Returns whether column reordering using a header or footer is currently taking place. | |
IsSubordinate | Returns whether this cell is part of another cell, due to cell merging. | |
LowerMainCell | Returns the next main cell below the current cell. | |
LowerSubordinateCell | Returns the cell below if the current cell merges into that cell. | |
MainCell | Returns the main cell, if the current cell is part of the main cell due to cell merging. | |
MergeWithLower | Returns whether this cell is eligible to merge with the cell below. | |
MergeWithNext | Returns whether this cell is eligible to merge with the next adjacent cell. | |
Next | Returns the next cell in the item's cell collection. | |
NextDisplayed | Returns the next displayed cell. | |
NextMainCell | Returns the next main cell following the current cell. | |
NextSubordinateCell | Returns the following adjacent cell if the current cell merges into that cell. | |
Orientation | Defines the cell parts orientation. | |
OverheadWidth | Returns the width of the area, part of this cell, used to display the hierarchy area. | |
OwningItem | Returns the owning item of the cell. | |
Parts | Returns the cell's parts collection. | |
Position | Returns the display position of the column containing this cell (the column's Position property). | |
Previous | Returns the previous cell in the item's cell collection. | |
PreviousDisplayed | Returns the previous displayed cell. | |
PreviousMainCell | Returns the next main cell preceding the current cell. | |
RealHeight | Returns the physical height of the cell (not considering vertical/horizontal cell merging). | |
RealWidth | Returns the physical width of the cell (not considering vertical/horizontal cell merging). | |
Selected | Defines whether this cell is selected. | |
SortIndicatorPosition | Defines the sorting indicator position of the cell. | |
SortStatus | Defines the status of the cell's sorting indicator. | |
TagObject | Defines application-specific data. | |
TagObjects | Defines application-specific data. | |
TagString | Defines an application-specific string. | |
Text | Defines the text of the first TextPartClass object found in the cell's parts collection. | |
TextPart | Returns the first TextPartClass object of the cell's parts collection. | |
UpperMainCell | Returns the next main cell above the current cell. | |
WidthIgnore | Defines whether this cell is ignored for optimal column width calculation. |
BestDimensions | Calculates the best dimensions for the current cell. | |
Edit | Edits this cell. | |
Equals | Determines whether the specified object is equal to the current object. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetHashCode | Serves as the default hash function. | |
GetMainCell | Returns the main cell, if the current cell is part of the main cell due to cell merging. | |
GetType | Gets the Type of the current instance. | |
IsSameText | Determines whether the same cell text is used in the current cell and the specified cell. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
Paint | Paints the cell. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ScrollIntoView | Horizontally and vertically scrolls the cell into view so it is displayed in the tree control's client area. | |
ToString | Returns a string that represents the current object. | |
TurnRadioButtonOff | Turns all radiobuttons in this cell off. |
See Also Classes | SftTree/NET 2.0