Share via


CMFCTasksPaneTaskGroup::SetACCData

Determines the accessibility data for the current task group.

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

Parameters

  • [in] pParent
    Represents the parent window of the current task group.

  • [out] data
    An object of type CAccessibilityData that is populated with the accessibility data of the current task group.

Return Value

TRUE if the data parameter was successfully populated with the accessibility data of the current task group; otherwise, FALSE.

Requirements

Header: afxTasksPane.h

See Also

Reference

CMFCTasksPaneTaskGroup Class

Hierarchy Chart