AccessKeyManager::Unregister Method (String^, IInputElement^)

 

Disassociates the specified access keys from the specified element.

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

public:
static void Unregister(
	String^ key,
	IInputElement^ element
)

Parameters

key
Type: System::String^

The access key.

element
Type: System.Windows::IInputElement^

The element from which to disassociate key.

.NET Framework
Available since 3.0
Return to top
Show: