AccessKeyManager.Unregister(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.
Disassociates the specified access keys from the specified element.
public:
static void Unregister(System::String ^ key, System::Windows::IInputElement ^ element);
public static void Unregister (string key, System.Windows.IInputElement element);
static member Unregister : string * System.Windows.IInputElement -> unit
Public Shared Sub Unregister (key As String, element As IInputElement)
Parameters
- key
- String
The access key.
- element
- IInputElement
The element from which to disassociate key
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.