AccessKeyManager.ProcessKey(Object, String, Boolean) Method

Definition

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

public:
 static bool ProcessKey(System::Object ^ scope, System::String ^ key, bool isMultiple);
[System.Security.SecurityCritical]
public static bool ProcessKey (object scope, string key, bool isMultiple);
public static bool ProcessKey (object scope, string key, bool isMultiple);
[<System.Security.SecurityCritical>]
static member ProcessKey : obj * string * bool -> bool
static member ProcessKey : obj * string * bool -> bool
Public Shared Function ProcessKey (scope As Object, key As String, isMultiple As Boolean) As Boolean

Parameters

scope
Object

The scope for the access key.

key
String

The access key.

isMultiple
Boolean

Indicates if key has multiple matches.

Returns

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

Attributes

Applies to