List |
public class ListNode : INotifyPropertyChanged
The ListNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ListNode | Initializes a new instance of the ListNode class | |
| ListNode(String, Object) | Initializes a new instance of the ListNode class. |
| Name | Description | |
|---|---|---|
| Description | Gets the description string. Can be used e.g. to show a tool tip. | |
| Image | Gets an image to display for the item. The type depends on the Gui that is currently used. | |
| ImageIndex | Can be overridden to get an image index, that can be used to retrieve an image from a resource. | |
| SubItemCount | Gets the number of subitems to display (Text0, Text1, etc.). | |
| Tag | Gets or sets a tag associated with the item. | |
| Text | Gets or sets the text that is displayed (for simple Gui items). | |
| Text0 | Gets additional text to display for the item. | |
| Text1 | Gets additional text to display for the item. | |
| Text2 | Gets additional text to display for the item. | |
| Text3 | Gets additional text to display for the item. | |
| Text4 | Gets additional text to display for the item. | |
| Text5 | Gets additional text to display for the item. | |
| Text6 | Gets additional text to display for the item. | |
| Text7 | Gets additional text to display for the item. | |
| Text8 | Gets additional text to display for the item. | |
| Text9 | Gets additional text to display for the item. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged | Called when a property has changed. | |
| SubItemBackColor | Gets the color of the sub items. | |
| SubItemText | Get the sub item text at index i. Implementer should be aware of, that when changing a subitem text, the corresponding property (e.g. Text0) is changed. Thus, OnPropertyChanged(String) must be called for all properties that have changed. | |
| ToString |
Converts to string.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. |