HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Add Method, PartsCollectionClass Class

Adds the specified part to the parts collection.

Class: PartsCollectionClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public int Add( GenericPartClass Part );
Public Function Add( ByVal Part As GenericPartClass ) As Integer

Parameters

Part

Defines the new part to append to the parts collection.

Return Value

The zero-based index of the newly added part.

Comments

Adds the specified part to the parts collection.

See Also PartsCollectionClass Class | Classes | SftTree/NET 3.0