RepeatButton
The RepeatButton is similar to a Button. However, RepeatButton elements give you control over when and how the Click event occurs.
The following graphic shows an example of the three states of a repeat button control, Default, PointerFocused, and Pressed. The first button shows the default state of the RepeatButton. The second shows how the appearance of the button changes when the mouse pointer hovers over the button, giving it focus. The last button shows the appearance of the RepeatButton when the user presses the mouse button over the control.
Typical RepeatButton
In This Section
Reference
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback