1 implementation of get_accHelp
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2071
HRESULT UIA.IAccessible.Interface.
get_accHelp
(VARIANT varChild, BSTR* pszHelp)
4 references to get_accHelp
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2067
((UIA.IAccessible.Interface)this).
get_accHelp
(ChildIdToVARIANT(childID), &result);
System.Windows.Forms.Primitives (3)
_generated\106\Windows.Win32.IAccessible.g.cs (1)
574
return __object.
get_accHelp
(varChild, pszHelp);
_generated\565\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
83
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accHelp
(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
88
winmdroot.Foundation.HRESULT __result = @this.
get_accHelp
(varChild, pszHelpLocal);