Class ButtonHelper
Provides attached properties and methods for working with buttons.
public static class ButtonHelper
- Inheritance
-
ButtonHelper
Fields
- CommandParameterProperty
Identifies the CommandParameter attached property.
- IsEnabledProperty
Identifies the IsEnabled attached property.
Methods
- GetCommandParameter(ButtonBase)
Gets the value of the CommandParameter attached property from the specified ButtonBase.
- GetIsEnabled(DependencyObject)
Gets the value of the IsEnabled attached property from the specified DependencyObject.
- SetCommandParameter(ButtonBase, object)
Sets the value of the CommandParameter attached property to the specified ButtonBase.
- SetIsEnabled(DependencyObject, bool)
Sets the value of the IsEnabled attached property to the specified DependencyObject.