1 implementation of get_accKeyboardShortcut
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2161HRESULT UIA.IAccessible.Interface.get_accKeyboardShortcut(VARIANT varChild, BSTR* pszKeyboardShortcut)
2 references to get_accKeyboardShortcut
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2157((UIA.IAccessible.Interface)this).get_accKeyboardShortcut(ChildIdToVARIANT(childID), &shortcut).AssertSuccess();
System.Windows.Forms.Primitives (1)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
602 return __object.get_accKeyboardShortcut(varChild, pszKeyboardShortcut);