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