Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Associates a CMFCShellListCtrl object with a CMFCShellTreeCtrl object.
void SetRelatedList(
CMFCShellListCtrl* pShellList
);
Parameters
- [in] pShellList
A pointer to a CMFCShellListCtrl object.
Remarks
This method associates a CMFCShellListCtrl with a CMFCShellTreeCtrl. These objects may be displayed as an Explorer-like window: if the user selects an object in the CMFCShellTreeCtrl, the associated items in the CMFCShellListCtrl will be automatically updated.
Use the method CMFCShellTreeCtrl::GetRelatedList to retrieve the CMFCShellListCtrl associated with a CMFCShellTreeCtrl.
Requirements
Header: afxshelltreectrl.h