Heres the definition of TabStop :


Gets or sets a boolean indicating whether the user can give the focus to this control using the TAB key. The default is True.


TabStop just disables the user from navigating to the button via the TAB key ... the mouse is not effected by this property.