SharedInputBindingsCreate(ICommand, String) Method
Create InputBindings using the command.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static InputBinding Create(
ICommand command,
string inputKey
)
Public Shared Function Create (
command As ICommand,
inputKey As String
) As InputBinding
- command ICommand
- ICommand with the command.
- inputKey String
- Input key.
InputBindingInputBinding with the create InputBinding.