Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called by the framework to retrieve the object that has the keyboard focus.
virtual HRESULT get_accFocus(
VARIANT *pvarChild
);
Parameters
- pvarChild
Receives information about the object that has the focus. See pvarID inIAccessible::get_accFocus in the Windows SDK.
Return Value
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accFocus in the Windows SDK.
Remarks
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class if you have nonwindowed user interface elements (other than windowless ActiveX controls, which MFC handles).
For more information, see IAccessible::get_accFocus in the Windows SDK.
Requirements
Header: afxwin.h