Hi,
is there any way how to disable a UltraMaskedEdit control containing one ButtonRight and enable the button at the same time?
I would like user to be able to click the button but not able to change the value of the UltraMaskedEdit control.
Many thanks for advice.
Jan
Oh, you're right! That was easy :-). Thank You.
You should be able to set the .ReadOnly property to true, which should keep the button active but make the text area unresponsive to typing.