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 ColumnClass class represents one individual column in a SftTree/NET control.
There is one instance of the ColumnClass class for each column in a SftTree/NET control. Individual columns can be accessed using the ColumnsClass.Item property. Columns can be added and removed using the ColumnsClass.Count property. Certain default properties and behavior for all columns can be defined using the SftTree.Columns property.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class ColumnClass;
Public Class ColumnClass
ColumnClass | Initializes a new instance of the ColumnClass class. |
_Width | Returns the real width of the column. | |
AllowMergeFromPreviousDefault | Defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column. | |
AllowMergeFromUpperDefault | Defines the CellBaseClass.AllowMergeFromUpper property default for cells in this column, whether cells in this column allow merging with cells above, in the same column. | |
BackColor | Defines the column's default background color for cells in the item area that are not selected. | |
BackColorSelected | Defines the column's default background color for cells in the item area that are selected. | |
ForeColor | Defines the column's default foreground color for cells in the item area that are not selected. | |
ForeColorSelected | Defines the column's default foreground color for cells in the item area that are selected. | |
GridLines | Defines the default grid lines style for cells in this column's item area. | |
Index | Returns the column's zero-based index in the column collection. | |
InLeftPane | Returns whether this column is located in the left pane. | |
IsFirstDisplayed | Returns whether this column is the first column displayed in the left pane. | |
IsFirstDisplayedAndVisible | Returns whether this column is the first displayed column with a width greater than 0 in the left pane. | |
IsFirstDisplayedAndVisibleInRightPane | Returns whether this column is the first displayed column with a width greater than 0 in the right pane. | |
IsFirstDisplayedInRightPane | Returns whether this column is the first column displayed in the right pane. | |
IsLastDisplayed | Returns whether this column is the last column displayed in the right pane. | |
IsLastDisplayedAndVisible | Returns whether this column is the last displayed column with a width greater than 0 in the right pane. | |
IsLastDisplayedAndVisibleInLeftPane | Returns whether this column is the last displayed column with a width greater than 0 in the left pane. | |
IsLastDisplayedInLeftPane | Returns whether this column is the last column displayed in the left pane. | |
KeepPosition | Defines whether this column must remain in its current position and cannot be reordered. | |
MaxWidth | Defines the maximum width of the column while the user resizes the column. | |
MergeWithLowerDefault | Defines the CellBaseClass.MergeWithLower property default for cells in this column, whether cells in this column merge with cells below, in the same column. | |
MergeWithNextDefault | Defines the CellBaseClass.MergeWithNext property default for cells in this column, whether cells in this column merge with cells in the next column. | |
MinWidth | Defines the minimum width of the column while the user resizes the column. | |
NextDisplayed | Returns the next displayed column. | |
NextDisplayedIndex | Returns the zero-based index of the next displayed column. | |
Position | Defines the column's zero-based display position, used to visually reorder columns. | |
PreviousDisplayed | Returns the previous displayed column. | |
PreviousDisplayedIndex | Returns the zero-based index of the previous displayed column. | |
Reorderable | Defines whether this column is reorderable. | |
Resizable | Defines whether this column is resizable. | |
ShowHierarchy | Defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image). | |
ShowToolTips | Defines whether tooltips are shown for cells in this column's item area. | |
Width | Defines the column's width, adjusting for open-ended columns. |
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 column's optimal width so that the cell contents in this column can be displayed without being clipped horizontally. | |
GetType | Gets the Type of the current instance. | |
MakeOptimal | Sets the column's optimal width so that the cell contents in this column 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. | |
ScrollIntoView | Horizontally scrolls the column into view so it is displayed in the control's client area. | |
ToString | Returns a string that represents the current object. |
See Also Classes | SftTree/NET 2.0