Yes, it's easy. Test for the particular radio button being enabled, if it is enabled, set enabled to false. They make sure in your code at some point to re-enable it (if you need that particular radio button at a later time).
I.E. If radiobutton.enable = True Then
radiobutton.enable = False
EndIf