Task.InputBindings Property

Gets the InputBindingCollection for a task.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property InputBindings As InputBindingCollection
    Get
public InputBindingCollection InputBindings { get; }
public:
property InputBindingCollection^ InputBindings {
    InputBindingCollection^ get ();
}
member InputBindings : InputBindingCollection
function get InputBindings () : InputBindingCollection

Property Value

Type: System.Windows.Input.InputBindingCollection
An InputBindingCollection instance that contains the input bindings for this task.

Remarks

The InputBindingCollection can bind both routed and tool commands to a particular input gesture.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility