|
|
|
Parts Property, CellBaseClass Class |
Returns the cell's parts collection.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property Parts As PartsCollectionClass |
C# |
public PartsCollectionClass Parts { get; } |
C++ |
public: property PartsCollectionClass^ Parts { |
Property Value
The parts collection.
Comments
The Parts property 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.
Version Information
Supported in version 1.0.
Products Table