Hi,
I have a right button on texteditor control. In some situations I want that button to be disabled, but the texteditor control should be enabled for editing. How can i do that.
There is an Enabled property on each button that you can set to False that should work for you.
-Matt
i could not find that property. UltraTextEditor1.ButtonRight... doesn't show any enabled property.