The property you are looking for is a property of the window the object is in, and is called “first responder”. The best way to do this is to set the windows first responder to some other object…
tell window "idoControl"
set first responder to button "someOtherObject"
end tell