showsBorderOnlyWhileMouseInside
A Boolean value that indicates if the button displays its border only when the pointer is over it.
Declaration
var showsBorderOnlyWhileMouseInside: Bool { get set }Discussion
When the value of this property is true if the button’s border is displayed only when the pointer is over the button and the button is active. When it is false, the border continues to display when the pointer is outside of the button’s bounds.