AccessKeyManager::ProcessKey Method (Object^, String^, Boolean)

 

Processes the specified access keys as if a KeyDown event for the key was passed to the AccessKeyManager.

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

public:
[SecurityCriticalAttribute]
static bool ProcessKey(
	Object^ scope,
	String^ key,
	bool isMultiple
)

Parameters

scope
Type: System::Object^

The scope for the access key.

key
Type: System::String^

The access key.

isMultiple
Type: System::Boolean

Indicates if key has multiple matches.

Return Value

Type: System::Boolean

true if there are more keys that match; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: