Share via


CMFCRibbonCheckBox::SetACCData

Sets the accessibility data for the checkbox.

virtual BOOL SetACCData(
   CWnd* pParent,
   CAccessibilityData& data
);

Parameters

  • pParent
    The parent window of the checkbox.

  • data
    The accessibility data for the checkbox.

Return Value

Always returns TRUE.

Remarks

By default this method sets the accessibility data for the checkbox and always returns TRUE. Override this method to set the accessibility data and return a value that indicates success or failure.

Requirements

Header:

See Also

Reference

CMFCRibbonCheckBox Class

Hierarchy Chart