|
|
|
|
ItemClass Class |
ItemClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the ItemClass class describes one individual item in a SftTree/NET control.
There is one instance of the ItemClass class for each item in a SftTree/NET control.
VB |
Public Class ItemClass Inherits Object |
C# |
public class ItemClass : Object |
C++ |
public ref class ItemClass : public Object |
Public |
Fields |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
For internal use only - Not intended for direct use by applications | |
Defines the background color of the item's cells. | |
Defines the background color of the item's cells, if the item is selected. | |
Returns the item's cell collection. | |
Returns the dependent items of the this item. | |
Returns the number of immediate dependents of this item. | |
Defines whether the cells in this item are ignored for cell editing. | |
Returns whether this item is enabled. | |
Defines the expand/collapse button style. | |
Returns whether this item is expanded. | |
Returns the first cell in the item's cell collection. | |
Returns the item's first dependent. | |
Returns the first displayed cell in the item's cell collection. | |
Returns the item's first sibling item. | |
Defines the foreground color of the item's cells. | |
Defines the foreground color of the item's cells, if the item is selected. | |
Returns whether this item has dependents. | |
Defines the item image displayed in this item. | |
Returns the last cell in the item's cell collection. | |
Returns the item's last dependent. | |
Returns the item's last direct or indirect dependent. | |
Returns the last displayed cell in the item's cell collection. | |
Returns the item's last sibling item. | |
Returns the item's level number. | |
Defines the maximum height of this item. | |
Defines the minimum height of this item. | |
Returns the next item (visible or hidden). | |
Returns the item's next sibling item. | |
Returns the next visible item. | |
Returns the control owning this item. | |
Returns the parent item of the item. | |
Returns the previous item (visible or hidden). | |
Returns the previous visible item. | |
Returns the item's previous sibling item. | |
Returns the physical height of the item. | |
Returns the item's row header. | |
Defines whether this item is selected. | |
Defines application-specific data. | |
Defines application-specific data. | |
Defines an application-specific string. | |
Returns the item's top-most parent item. | |
Returns the number of all dependents of this item. | |
Returns the total number of immediate and indirect dependents that are visible. | |
Returns the location where this item is used. | |
Defines whether this item is visible. | |
Returns the index of the item. | |
Defines whether cells and the row header in this item are ignored for optimal column width calculation. | |
Description | |
Adds a new dependent to the current item. The new item is added as the last dependent. | |
Collapses the item so its dependents are hidden. | |
Copies an item to a new position in the tree control. | |
Equals | Determines whether the specified Object is equal to the current Object. |
Expands the item so its dependents become visible. | |
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. |
Inserts a new item as the next sibling of this item. | |
Inserts a new item as the previous sibling of this item. | |
Inserts a new item as the first sibling of this item. | |
Inserts a new item as the last sibling of this item. | |
Moves an item to a new position in the tree control. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Removes this item. | |
Removes the item's dependents. | |
Vertically scrolls the item into view so it is displayed in the tree 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