Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
xamcomboeditor
posted

I have a dropdown selected items on my editory.

Items is just a class with public string String

What I need to do is to clear the text that is visible in different situations (after a user has typed "asfde" in the text box).

Also I need to be able to get the text the user has typed (if it's an editor, this should be doable).

What needs to happen?