4.61 ButtonBase

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ButtonBase, IInputElement
ButtonBase
Button DataGridColumnHeader DataGridRowHeader GridViewColumnHeader RepeatButton ToggleButton
(usage)
None.
(description)
Represents the base type for all Button controls.
[is default constructible]
false
[content property]
Content
[name property]
Name
[xml lang property]
Language
(properties)
ClickMode
ClickMode
(description)
When the Click event occurs.
Command
ICommand
(description)
The command to invoke when this button is pressed.
CommandParameter
x:Object
(description)
The parameter to pass to the Command property.
CommandTarget
IInputElement
(description)
The element on which to raise the specified command.
IsPressed
x:Boolean
(description)
A value that indicates whether a ButtonBase is currently activated.
(events)
Click
Occurs when a Button is clicked.