AccessKeyManager.Register(String, IInputElement) 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.
Associates the specified access keys with the specified element.
public:
static void Register(System::String ^ key, System::Windows::IInputElement ^ element);
public static void Register (string key, System.Windows.IInputElement element);
static member Register : string * System.Windows.IInputElement -> unit
Public Shared Sub Register (key As String, element As IInputElement)
Parameters
- key
- String
The access key.
- element
- IInputElement
The element to associate key
with.
Remarks
When the access keys is pressed, the OnAccessKey method of element
is called.
An element can be associated with any number of access keys.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.