AccessKeyManager::ProcessKey Method (Object^, String^, Boolean)
.NET Framework (current version)
Processes the specified access keys as if a KeyDown event for the key was passed to the AccessKeyManager.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: