AccessKeyManager.ProcessKey(Object, String, Boolean) Metoda

Definice

Zpracuje zadané přístupové klíče, jako kdyby KeyDown byla do klíče předána AccessKeyManagerudálost .

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

Parametry

scope
Object

Rozsah přístupového klíče.

key
String

Přístupový klíč.

isMultiple
Boolean

Označuje, jestli key má více shod.

Návraty

truepokud existuje více klíčů, které se shodují; v opačném případě . false

Atributy

Platí pro