CMFCRibbonBaseElement::SetACCData
Sets the accessibility data for the ribbon element.
virtual BOOL SetACCData(
CWnd* pParent,
CAccessibilityData& data
);
pParent
The parent window for the ribbon element.data
The accessibility data for the ribbon element.
Always returns TRUE.
By default this method sets the accessibility data for the ribbon element and always returns TRUE. Override this method to set the accessibility data and return a value that indicates success or failure.
Header: