Click or drag to resize

CheckableSelectableListNode Methods

The CheckableSelectableListNode type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged Called when a property has changed.
(Inherited from ListNode)
Public methodSubItemBackColor Gets the color of the sub items.
(Inherited from ListNode)
Public methodSubItemText 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.
(Inherited from ListNode)
Public methodToString Converts to string.
(Inherited from ListNode)
Top
See Also