This component have a look of ComboBox control and allows to show any form as popup window instead of ComboBox list.
Firstly, should be created the form which will be shown after clicking on the TsPopupBox control.
After creation this form must be specified in the TsPopupBox.PopupForm property.
After clicking on the TsPopupBox by mouse or after pressing of "Alt+Down" the popup form will be shown.
Further processing of user actions is handled by developer.
For example, the "Ok" button may be placed which will close the form and will change the TsPopupBox.Text property.