CommandManager::RegisterClassCommandBinding Method (Type^, CommandBinding^)

 

Registers a CommandBinding with the specified type.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void RegisterClassCommandBinding(
	Type^ type,
	CommandBinding^ commandBinding
)

Parameters

type
Type: System::Type^

The class with which to register commandBinding.

commandBinding
Type: System.Windows.Input::CommandBinding^

The command binding to register.

Exception Condition
ArgumentNullException

type or commandBinding is null.

This method enables a CommandBinding to be associated with a class instead than an instance of a class.

.NET Framework
Available since 3.0
Return to top
Show: