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 HeadersClass class describes attributes that apply to all headers in a SftTree/NET control.
There is only one instance of the HeadersClass class for one SftTree/NET control. It is accessed using the SftTree.Headers property.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class HeadersClass;
Public Class HeadersClass
This class cannot be instantiated.
AllowMergeFromPreviousDefault | Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column. | |
AllowMergeFromUpperDefault | Defines the default value for the CellBaseClass.AllowMergeFromUpper property for cells in column headers, whether cells are eligible to be used for cell merging by cells above. | |
AppearanceDefault | Defines the default background appearance of all column headers. | |
BackColor | Defines the default background color for all column headers that are not selected. | |
BackColorSelected | Defines the default background color for all column headers that are selected. | |
Behavior | Defines the behavior of the cells in the header area when clicked. | |
ButtonDarkColor | Defines the color used to draw the slightly dark edge of a column header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.ThemedAppearanceHeaderEmptyArea only). | |
ButtonDarkDarkColor | Defines the color used to draw the dark edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonFaceColor | Defines the color used to draw the face of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonLightColor | Defines the color used to draw the lighted edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ButtonLightLightColor | Defines the color used to draw the highlighted edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
ClickedColumn | Returns the column index of the cell in the column header area that was last pressed. | |
ClickedRow | Returns the row index of the cell in the column header area that was last pressed. | |
FlybyHighlight | Defines whether column headers are highlighted as the mouse cursor moves over a column header. | |
FlybyHighlightUnderline | Defines whether column headers are underlined as the mouse cursor moves over a column header. | |
Font | Defines the default font for column headers. | |
ForeColor | Defines the default foreground color for all column headers that are not selected. | |
ForeColorSelected | Defines the default foreground color for all column headers that are selected. | |
GapBetweenParts | Defines the gap between parts within one cell in the column header area. | |
GrayText | Defines the foreground color for all column headers that are disabled. | |
HAlignDefault | Defines the default horizontal alignment for parts within cells in column headers. | |
Height | Returns the height of the header area. | |
Item | Returns the cell with the specified zero-based row index and zero-based column index. | |
LastClicked | Returns the cell in the column header area that was last pressed. | |
LinearGradientMode | Defines the linear gradient mode used to render the available background area in cells in the column header area. | |
MaxLines | Defines the maximum number of text lines to be displayed by column headers. | |
MergeWithLowerDefault | Defines the default value for the CellBaseClass.MergeWithLower property for cells in column headers, whether cells are eligible to merge with cells below, in the same column. | |
MergeWithNextDefault | Defines the default value for the CellBaseClass.MergeWithNext property for cells in column headers, whether cells are eligible to merge with the next adjacent cell. | |
OrientationDefault | Defines the default orientation of the parts within cells in column headers. | |
PartsBottomEdge | Defines the bottom edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsLeftEdge | Defines the left edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsRightEdge | Defines the right edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsTopEdge | Defines the top edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Pressed | Returns the cell in the column header area that is currently pressed. | |
Reorderable | Defines whether columns are reorderable using column headers. | |
Resizable | Defines whether columns are resizable using column headers. | |
RowHeaders | Returns the array of row headers available in the header area. | |
Rows | Defines the number of rows in the header area. | |
ShowToolTips | Defines whether tooltips are shown for column headers. | |
Size | Returns the size of the header area. | |
SortIndicatorPositionDefault | Defines the default sorting indicator position for column headers. | |
VAlignDefault | Defines the default vertical alignment for parts within cells in column headers. | |
Visible | Defines whether column headers and the header area are visible. |
CellFromPoint | Determines the cell given a point in the column 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. | |
GetType | Gets the Type of the current instance. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
MoveDown | Moves the specified column header row down by one row. | |
MoveUp | Moves the specified column header row up by one row. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
RemoveAt | Removes the row at the specified index. | |
SetSortStatus | Sets the sorting indicator of all header cells to the specified value. | |
ToString | Returns a string that represents the current object. |
PropertyChanged | Occurs when a property of a HeadersClass instance is modified. |
See Also Classes | SftTree/NET 2.0