Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

FootersClass Class

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 SftTree.Footers property.

Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Inheritance

Syntax

public class FootersClass;
Public Class FootersClass

Constructors

This class cannot be instantiated.

Properties

PublicAllowMergeFromPreviousDefaultDefines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column footers, whether cells allow merging with cells in the previous column.
PublicAllowMergeFromUpperDefaultDefines 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.
PublicAppearanceDefaultDefines the default background appearance of all column footers.
PublicBackColorDefines the default background color for all column footers that are not selected.
PublicBackColorSelectedDefines the default background color for all column footers that are selected.
PublicBehaviorDefines the behavior of the cells in the footer area when clicked.
PublicButtonDarkColorDefines the color used to draw the slightly dark edge of a column footer button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.ThemedAppearanceHeaderEmptyArea only).
PublicButtonDarkDarkColorDefines the color used to draw the dark edge of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).
PublicButtonFaceColorDefines the color used to draw the face of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).
PublicButtonLightColorDefines the color used to draw the lighted edge of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).
PublicButtonLightLightColorDefines the color used to draw the highlighted edge of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).
PublicClickedColumnReturns the column index of the cell in the column footer area that was last pressed.
PublicClickedRowReturns the row index of the cell in the column footer area that was last pressed.
PublicFlybyHighlightDefines whether column footers are highlighted as the mouse cursor moves over a column footer.
PublicFlybyHighlightUnderlineDefines whether column footers are underlined as the mouse cursor moves over a column footer.
PublicFontDefines the default font for column footers.
PublicForeColorDefines the default foreground color for all column footers that are not selected.
PublicForeColorSelectedDefines the default foreground color for all column footers that are selected.
PublicGapBetweenPartsDefines the gap between parts within one cell in the column footer area.
PublicGrayTextDefines the foreground color for all column footers that are disabled.
PublicHAlignDefaultDefines the default horizontal alignment for parts within cells in column footers.
PublicHeightReturns the height of the footer area.
PublicItemReturns the cell with the specified zero-based row index and zero-based column index.
PublicLastClickedReturns the cell in the column footer area that was last pressed.
PublicLinearGradientModeDefines the linear gradient mode used to render the available background area in cells in the column footer area.
PublicMaxLinesDefines the maximum number of text lines to be displayed by column footers.
PublicMergeWithLowerDefaultDefines 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.
PublicMergeWithNextDefaultDefines the default value for the CellBaseClass.MergeWithNext property for cells in column footers, whether cells are eligible to merge with the next adjacent cell.
PublicOrientationDefaultDefines the default orientation of the parts within cells in column footers.
PublicPartsBottomEdgeDefines the bottom edge gap for cells in the column footer area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).
PublicPartsLeftEdgeDefines the left edge gap for cells in the column footer area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).
PublicPartsRightEdgeDefines the right edge gap for cells in the column footer area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).
PublicPartsTopEdgeDefines the top edge gap for cells in the column footer area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).
PublicPressedReturns the cell in the column footer area that is currently pressed.
PublicReorderableDefines whether columns are reorderable using column footers.
PublicResizableDefines whether columns are resizable using column footers.
PublicRowHeadersReturns the array of row headers available in the footer area.
PublicRowsDefines the number of rows in the footer area.
PublicShowToolTipsDefines whether tooltips are shown for column footers.
PublicSizeReturns the size of the footer area.
PublicSortIndicatorPositionDefaultDefines the default sorting indicator position for column footers.
PublicVAlignDefaultDefines the default vertical alignment for parts within cells in column footers.
PublicVisibleDefines whether column footers and the footer area are visible.

Methods

PublicCellFromPointDetermines the cell given a point in the column footer area.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicMoveDownMoves the specified column footer row down by one row.
PublicMoveUpMoves the specified column footer row up by one row.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemoveAtRemoves the row at the specified index.
PublicSetSortStatusSets the sorting indicator of all footer cells to the specified value.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

Events

PublicPropertyChangedOccurs when a property of a FootersClass instance is modified.

See Also Classes | SftTree/NET 2.0