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 RowHeaderClass class describes one individual row header in a SftTree/NET control.
There is one instance of the RowHeaderClass class for each row header in a SftTree/NET control. An item's row header can be accessed using the ItemClass.RowHeader property.
The control's RowHeaders property can be used to access defaults and properties that apply to all row headers.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class RowHeaderClass : Softelvdm.Controls.CellBaseClass;
Public Class RowHeaderClass 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. | |
Dimensions | Returns the dimensions of the cell. | |
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. | |
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. | |
IsEmpty | Returns whether this cell is empty. | |
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. | |
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. | |
OwningItem | Returns the owning item of the row header. | |
Parts | Returns the cell's parts collection. | |
PreviousMainCell | Returns the next main cell preceding the current cell. | |
RealHeight | Returns the physical height of the row header (not considering vertical cell merging). | |
RealWidth | Returns the physical width of the row header. | |
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 row header is ignored for optimal row header width calculation. |
BestDimensions | Calculates the best dimensions for the current 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 row header. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. | |
TurnRadioButtonOff | Turns all radiobuttons in this cell off. |
See Also Classes | SftTree/NET 2.0