say i have a text box with readonly properties. It has text in the format [my string] i.e enclosed by square brackets.
I want if this textbox is focused and user press backbutton to delete this text, i know it wouldn't be possible as textbox is in readonly mode.
But still on pressing backbutton, Complete text will be delete not one char by one.