Share via


ILegacyIAccessibleProvider::KeyboardShortcut Property

Retrieves a string describing the keyboard shortcut string for this element.

Syntax

HRESULT ILegacyIAccessibleProvider::get_KeyboardShortcut(BSTR *pszKeyboardShortcut);

Parameters

  • pszKeyboardShortcut
    The address of a BSTR that receives a pointer to the string.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

ILegacyIAccessibleProvider