CMFCToolBarButton::SetACCData
Populates the provided CAccessibilityData object with accessibility data from the toolbar button.
virtual BOOL SetACCData(
CWnd* pParent,
CAccessibilityData& data
);
[in] pParent
The parent window of the toolbar button.[in] data
A CAccessibilityData object that is populated with the accessibility data of the toolbar button.
This method returns TRUE.
Override this method to return FALSE if your toolbar button does not provide accessibility data.
Header: afxtoolbarbutton.h