|
|
|
|
HeadersClass Class |
HeadersClass Class (Softelvdm.SftTreeNET Namespace)
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 control's Headers property.
VB |
Public Class HeadersClass Inherits Object |
C# |
public class HeadersClass : Object |
C++ |
public ref class HeadersClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column. | |
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. | |
Defines the default background appearance of all column headers. | |
Defines the default background color for all column headers that are not selected. | |
Defines the default background color for all column headers that are selected. | |
Defines the behavior of the cells in the header area when clicked. | |
Defines the color used to draw the slightly dark edge of a column header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.HeaderEmptyArea only). | |
Defines the color used to draw the dark edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
Defines the color used to draw the face of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
Defines the color used to draw the lighted edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
Defines the color used to draw the highlighted edge of a column header button (BackgroundAppearanceEnum.ButtonPlain only). | |
Returns the column index of the cell in the column header area that was last pressed. | |
Returns the row index of the cell in the column header area that was last pressed. | |
Defines whether column headers are highlighted as the mouse cursor moves over a column header. | |
Defines whether column headers are underlined as the mouse cursor moves over a column header. | |
Defines the default font for column headers. | |
Defines the default foreground color for all column headers that are not selected. | |
Defines the default foreground color for all column headers that are selected. | |
Defines the gap between parts within one cell in the column header area. | |
Defines the foreground color for all column headers that are disabled. | |
Defines the default horizontal alignment for parts within cells in column headers. | |
Returns the height of the header area. | |
Returns the cell with the specified zero-based row index and zero-based column index. | |
Returns the cell in the column header area that was last pressed. | |
Defines the linear gradient mode used to render the available background area in cells in the column header area. | |
Defines the maximum number of text lines to be displayed by column headers. | |
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. | |
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. | |
Defines the default orientation of the parts within cells in column headers. | |
Defines the bottom edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the left edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the right edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the top edge gap for cells in the column header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Returns the cell in the column header area that is currently pressed. | |
Defines whether columns are reorderable using column headers. | |
Defines whether columns are resizable using column headers. | |
Returns the array of row headers available in the header area. | |
Defines the number of rows in the header area. | |
Defines whether tooltips are shown for column headers. | |
Returns the size of the header area. | |
Defines the default sorting indicator position for column headers. | |
Defines the default vertical alignment for parts within cells in column headers. | |
Defines whether column headers and the header area are visible. | |
Description | |
Determines the cell given a point in the column header area. | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
Moves the specified column header row down by one row. | |
Moves the specified column header row up by one row. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Removes the row at the specified index. | |
Sets the sorting indicator of all header cells to the specified value. | |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a HeadersClass instance is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace