CommandManager::RegisterClassCommandBinding Method (Type^, CommandBinding^)
.NET Framework (current version)
Registers a CommandBinding with the specified type.
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
Available since 3.0
Show: