Button
A control that responds to user input and raises a Click event.
CheckBox
A control that a user can select or clear.
ComboBox
A drop-down list of items a user can select from.
DropDownButton
A button that displays a flyout of choices when clicked.
HyperlinkButton
A button that appears as hyperlink text, and can navigate to a URI or handle a Click event.
RadioButton
A control that displays a group of mutually exclusive options with keyboarding and accessibility support.
RatingControl
Rate something 1 to 5 stars.
RepeatButton
A button that raises its Click event repeatedly from the time it's pressed until it's released.
Slider
A control that lets the user select from a range of values by moving a Thumb control along a track.
SplitButton
A two-part button that displays a flyout when its secondary part is clicked.
ThumbEx
The Thumb control but with much more features such as content support.
ToggleButton
A button that can be switched between two states like a CheckBox.
ToggleSplitButton
A version of the SplitButton where the activation target toggles on/off.
ToggleSwitch
A switch that can be toggled between 2 states.