We are trying to create a custom combo, we have inherited a UltraTextEditor and added an DrowDownEditorButton to the buttonsRight. All works well but we would like to seperate the Displayed Text and the Value.
This works but when we leave the control the displayed text is set to the Value.ToString() instead of the Text property, this seems to have its origin in the Paint method.
How can we prevent this behaviour?
Hi jvandorsten ,
how did you solve this problem?