When I am taking textbox/inputbox component from the library I can disable them as
txt_Tno.enabled=false;
But when I am clicking on the Text Tool on the left side(drawing) and giving the same instance name and doing it, its not getting disabeld
Any pointers?