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.
Thanks Matt for your quick response
That's because you're looking at the entire collection of buttons and not the individual button. You need to index into the collection (i.e. ButtonsRight[0]) to see the individual properties for a button.
-Matt
i could not find that property. UltraTextEditor1.ButtonRight... doesn't show any enabled property.
There is an Enabled property on each button that you can set to False that should work for you.