Drop down text controls

Drop down text controls combine text entry controls with a list control. They present to the user a text entry field together with a set of options for that field. The list control is usually hidden, until the user clicks on a drop down button.


An MDropDownListControlState defines the choices that the drop down list presents. This class does not specify how to store the choices. The spin field state can also control whether or not that field is enabled.

A TStandardDropDownListControlState is the class that you can use to construct a simple drop down text control without having to write any derived classes. It stores the choices in a list.

A TDropDownTextControlIterator lets you iterate through the set of choices.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker