AccessKeyManager.ProcessKey(Object, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.