This topic has not yet been rated - Rate this topic

CWnd::get_accKeyboardShortcut

Called by the framework to retrieve the specified object's shortcut key or access key.

virtual HRESULT get_accKeyboardShortcut(
   VARIANT varChild,
   BSTR *pszKeyboardShortcut
);
varChild

Specifies whether the keyboard shortcut to be retrieved is that of the object or one of the object's child elements. This parameter can be either CHILDID_SELF (to obtain information about the object) or a child ID (to obtain information about the object's child element).

pszKeyboardShortcut

Address of a BSTR that receives a localized string identifying the keyboard shortcut, or NULL if no keyboard shortcut is associated with the specified object.

Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accKeyboardShortcut in the Windows SDK.

This function is part of MFC's Active Accessibility support.

Override this function in your CWnd-derived class to identify the keyboard shortcut for your object.

For more information, see IAccessible::get_accKeyboardShortcut in the Windows SDK.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ