|
|
|
|
ColumnClass Class |
ColumnClass Class (Softelvdm.SftTreeNET Namespace)
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 control's Columns property. Columns can be added and removed using the Columns.Count property. Certain default properties and behavior for all columns can be defined using the control's Columns.Item property.
VB |
Public Class ColumnClass Inherits Object |
C# |
public class ColumnClass : Object |
C++ |
public ref class ColumnClass : public Object |
Public |
Fields |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
Initializes a new instance of the ColumnClass class. | |
Description | |
Returns the real width of the column. | |
Defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column. | |
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. | |
Defines the column's default background color for cells in the item area that are not selected. | |
Defines the column's default background color for cells in the item area that are selected. | |
Defines the column's default foreground color for cells in the item area that are not selected. | |
Defines the column's default foreground color for cells in the item area that are selected. | |
Defines the default grid lines style for cells in this column's item area. | |
Returns the column's zero-based index in the column collection. | |
Returns whether this column is located in the left pane. | |
Returns whether this column is the first column displayed in the left pane. | |
Returns whether this column is the first displayed column with a width greater than 0 in the left pane. | |
Returns whether this column is the first displayed column with a width greater than 0 in the right pane. | |
Returns whether this column is the first column displayed in the right pane. | |
Returns whether this column is the last column displayed in the right pane. | |
Returns whether this column is the last displayed column with a width greater than 0 in the right pane. | |
Returns whether this column is the last displayed column with a width greater than 0 in the left pane. | |
Returns whether this column is the last column displayed in the left pane. | |
Defines whether this column must remain in its current position and cannot be reordered. | |
Defines the maximum width of the column while the user resizes the column. | |
Defines the CellBaseClass.MergeWithLower property default for cells in this column, whether cells in this column merge with cells below, in the same column. | |
Defines the CellBaseClass.MergeWithNext property default for cells in this column, whether cells in this column merge with cells in the next column. | |
Defines the minimum width of the column while the user resizes the column. | |
Returns the next displayed column. | |
Returns the zero-based index of the next displayed column. | |
Defines the column's zero-based display position, used to visually reorder columns. | |
Returns the previous displayed column. | |
Returns the zero-based index of the previous displayed column. | |
Defines whether this column is reorderable. | |
Defines whether this column is resizable. | |
Defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image). | |
Defines whether tooltips are shown for cells in this column's item area. | |
Defines the column's width, adjusting for open-ended columns. | |
Description | |
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. |
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. |
Sets the column's optimal width so that the cell contents in this column can be displayed without being clipped horizontally. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
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. |
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