Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

PartsCollectionClass Class

An instance of the PartsCollectionClass class describes a group of parts in one individual cell.

Each cell has an optional parts collection, which can be accessed using the cell's CellBaseClass.Parts property.

Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Inheritance

Syntax

public class PartsCollectionClass;
Public Class PartsCollectionClass

Constructors

This class cannot be instantiated.

Properties

PublicCountReturns the current number of parts in the parts collection.
PublicItemReturns the part at the specified index in the parts collection.

Methods

PublicAddAdds the specified part to the parts collection.
PublicClearRemoves all parts from the parts collection.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedFinalizeReleases unmanaged resources and performs other cleanup operations before the PartsCollectionClass is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicMoveDownMoves the specified part down, towards the end, of the parts collection.
PublicMoveUpMoves the specified part up, closer to the beginning, of the parts collection.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemoveAtRemoves the specified part from the parts collection.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also Classes | SftTree/NET 2.0