HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Parts Property, CellBaseClass Class

Returns the cell's parts collection.

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

Syntax

public PartsCollectionClass Parts { get; }
Public ReadOnly Property Parts As PartsCollectionClass

Value

The parts collection.

Comments

Returns the cell's parts collection.

The cell contents consists of any number of parts.

These parts are currently available: Text (TextPartClass), images (ImagePartClass), gaps for additional spacing (GapPartClass) checkboxes (CheckBoxPartClass), radiobuttons (RadioButtonPartClass), push buttons (ButtonPartClass), dropdown buttons (DropDownButtonPartClass), progressbars (ProgressBarPartClass).

Additional application-defined parts can be implemented by deriving a new class from the GenericPartClass class.

Parts can be added and removed using the methods defined by the PartsCollectionClass class.

See Also CellBaseClass Class | Classes | SftTree/NET 3.0