Softelvdm.Controls Class Library for Windows Controls 1.0

Parts Property, CellBaseClass Class

Softel vdm, Inc.

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 {
        PartsCollectionClass^ get();
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com