Replace TabStop with hasTabStop which doesn't exist

I looked up my deprecated items and got this message

CardReview.EditOn, line 18
TabStop is deprecated. You should use HasTabStop instead
ImageButton. hasTabStop = True

Is this supposed to be ‘AllowTabStop’?
Otherwise the message doesn’t make sense.

Yes. It’s AllowTabStop

Thanks