Question How to access to button control using tabindex?

kekewong

Member
Joined
Mar 9, 2009
Messages
7
Programming Experience
Beginner
Hi ,

Lets say i have 2 button, button1 and button2 , and and tabindex of 1 and 2 respectively . So my problem is , how can i access to particular button and set the button.enable = false by using tabindex?

For example , i have an integer of 2 , then it matches the integer with the tabindex , then it will disable the button2 . Any solution for this?

Regards, kekewong
 
Back
Top