4.60 Button
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ButtonBase > Button, IInputElement | |
Button | |
CalendarButton CalendarDayButton RibbonButton | |
(usage) |
<Button> x:Object </Button> |
(description) |
Represents a button control, which reacts to the Click event. |
[content property] |
Content |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
IsCancel |
x:Boolean |
(description) |
A value that indicates whether a Button is a Cancel button. A user can activate the Cancel button by pressing the ESC key. |
IsDefault |
x:Boolean |
(description) |
A value that indicates whether a Button is the default button. A user invokes the default button by pressing the ENTER key. |