Hi,
I need to create a dropdown control which will display some controls like text boxes and radio buttons in the dropdown window. What would be the easiest way of achieving this??
Denis
Hi Mike,
I think the UltraTextEditor approach is what I need. The dropdown will have a numeric updown control and a textbox, I then want the values from the textbox and the numeric control to be displayed in the edit area of the dropdown when the dropdown is closed up.
Thanks.
Hi Denis,
It depends what you want the control to be. Do you mean you just want a button that drops down some controls? Or do you want to have a DropDown with an edit window like a ComboBox?
For the latter, you could use the UltraTextEditor control and use the ButtonsRight or ButtonsLeft to add a DropDownEditorButton to it and assign a Control to the button.
For the former, you could use the UltraDropDownButton in conjunction with an UltraPopupControlContainer.