CWnd::get_accDefaultAction
Visual Studio 2008
Called by the framework to retrieve a string that describes the object's default action.
virtual HRESULT get_accDefaultAction( VARIANT varChild, BSTR *pszDefaultAction );
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accDefaultAction in the Windows SDK.
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to describe your object's default action.
For more information, see IAccessible::get_accDefaultAction in the Windows SDK.