1 implementation of get_accKeyboardShortcut
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2161
HRESULT UIA.IAccessible.Interface.
get_accKeyboardShortcut
(VARIANT varChild, BSTR* pszKeyboardShortcut)
4 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 (3)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
689
return __object.
get_accKeyboardShortcut
(varChild, pszKeyboardShortcut);
_generated\565\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
106
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accKeyboardShortcut
(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
111
winmdroot.Foundation.HRESULT __result = @this.
get_accKeyboardShortcut
(varChild, pszKeyboardShortcutLocal);