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 RowHeadersClass class defines attributes for all row headers in a SftTree/NET control.
There are three instances of the RowHeadersClass object for one SftTree/NET control, describing the row headers in the item area, the column header area and the column footer area. They are accessed using the RowHeadersClass.RowHeaders, HeadersClass.RowHeaders and FootersClass.RowHeaders properties.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class RowHeadersClass;
Public Class RowHeadersClass
This class cannot be instantiated.
AllowMergeFromUpperDefault | Defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above. | |
AppearanceDefault | Defines the default background appearance of row headers. | |
BackColor | Defines the default background color for all row headers that are not selected. | |
BackColorSelected | Defines the default background color for all row headers that are selected. | |
ButtonDarkColor | Defines the color used to draw the slightly dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.ThemedAppearanceHeaderEmptyArea only). | |
ButtonDarkDarkColor | Defines the color used to draw the dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonFaceColor | Defines the color used to draw the face of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonLightColor | Defines the color used to draw the lighted edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonLightLightColor | Defines the color used to draw the highlighted edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
Enabled | Defines whether row headers are enabled. | |
FlybyHighlight | Defines whether row headers are highlighted as the mouse cursor moves over a row header. | |
FlybyHighlightUnderline | Defines whether row headers are underlined as the mouse cursor moves over a row header. | |
Font | Defines the default font for all row headers. | |
ForeColor | Defines the default foreground color for all row headers that are not selected. | |
ForeColorSelected | Defines the default foreground color for all row headers that are selected. | |
GapBetweenParts | Defines the gap between parts within one cell in row headers. | |
GrayText | Defines the foreground color for all row headers that are disabled. | |
LinearGradientMode | Defines the linear gradient mode used to render the available background area in cells in the row header area. | |
MaxLines | Defines the maximum number of text lines to be displayed by row headers. | |
MergeWithLowerDefault | Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below. | |
PartsBottomEdge | Defines the bottom edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsLeftEdge | Defines the left edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsRightEdge | Defines the right edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsTopEdge | Defines the top edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
SelectOnClick | Defines whether clicking on a row header selects the item. | |
ShowSelection | Defines whether row headers reflect the item selection (ItemClass.Selected). | |
ShowToolTips | Defines whether tooltips are shown for row headers. | |
SortIndicatorPositionDefault | Defines the default sorting indicator position for row headers. | |
Width | Defines the width of the row header area. |
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. | |
GetOptimalWidth | Calculates the row header area's optimal width so that the cell contents in the row header area can be displayed without being clipped horizontally. | |
GetType | Gets the Type of the current instance. | |
MakeOptimal | Sets the row header area's optimal width so that the cell contents in the row header area can be displayed without being clipped horizontally. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. |
PropertyChanged | Occurs when a property of a RowHeadersClass instance is modified. |
See Also Classes | SftTree/NET 2.0