Hi,
Try LPopupButton: it's a popup menu dropping down a display zone.
However to be able to edit items you'll need to place an edit
(LEditText or LEditField) beside it.
Hth.
Regards, MacPorter.
In article
<183a482c9a9b96c9d0e186aaec20a1cf@localhost.talkaboutmac.com>,
> I want to use DropDown combo(same as in MFC vc++) in my powerPlant
> application. Can u pls suggest the proper control for this in PowerPlant?
The control is defined in ControlDefintions.h (although it is only
present in recent versions of OS X, and it is rarely the right choice
for a true Macintosh program's user interface.) You'll need to wrap it
in an appropriate PowerPlant wrapper class. Look at the source for
LBevelButton to get you started.

Signature
David Phillip Oster