Class AboutDialogButtonCommands
Contains routed command for usage in AboutDialogButtonDescriptions.
Inheritance
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class AboutDialogButtonCommands
Fields
View SourceCommandBindingsProperty
Identifies the Sartorius.SAF.Presentation.Controls.AboutDialogButtonCommands.CommandBindings attached property.
Declaration
public static readonly DependencyProperty CommandBindingsProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
CopyCommand
The copy to clipboard command.
Declaration
public static readonly RoutedCommand CopyCommand
Field Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand |
SendEmailCommand
The send email command.
Declaration
public static readonly RoutedCommand SendEmailCommand
Field Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand |
ShowErrorsCommand
The show errors command.
Declaration
public static readonly RoutedCommand ShowErrorsCommand
Field Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand |
SystemInfoCommand
The show system information command.
Declaration
public static readonly RoutedCommand SystemInfoCommand
Field Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand |
Methods
View SourceGetCommandBindings(DependencyObject)
Gets the value of the Sartorius.SAF.Presentation.Controls.AboutDialogButtonCommands.CommandBindings attached property from a given System.Windows.DependencyObject.
Declaration
public static CommandBindingCollection GetCommandBindings(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element from which to read the property value. |
Returns
Type | Description |
---|---|
System.Windows.Input.CommandBindingCollection | The value of the Sartorius.SAF.Presentation.Controls.AboutDialogButtonCommands.CommandBindings attached property. |
SetCommandBindings(DependencyObject, CommandBindingCollection)
Sets the value of the Sartorius.SAF.Presentation.Controls.AboutDialogButtonCommands.CommandBindings attached property to a given System.Windows.DependencyObject.
Declaration
public static void SetCommandBindings(DependencyObject element, CommandBindingCollection value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element on which to set the attached property. |
System.Windows.Input.CommandBindingCollection | value | The property value to set. |