--- title: "RepeatButton" ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" helpviewer_keywords: - "controls [WPF], RepeatButton" - "RepeatButton control [WPF]" ms.assetid: 5702b603-95e6-438a-88c0-76509367e876 --- # RepeatButton The is similar to a . However, elements give you control over when and how the 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 . 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 when the user presses the mouse button over the control. ![Repeat button states](./media/ss-ctl-repeatbutton.png "SS_CTL_repeatbutton") Typical RepeatButton ## In This Section ## Reference ## Related Sections