Share

CNavDialog::SetFolderListCtrl

C++

void SetFolderListCtrl(
    CNavListCtrl* folderListCtrl
);

Description

Used to subclass the list control. This is done in the OnInitDialog() call of a subclass of CNavDialog after the base class's OnInitDialog() function is called.

The list control is hosted in the dialog. That control is supplied to the dialog either by the shell or by a file navigation extension, implemented as a shell extension.

Parameters

Parameters Description
folderListCtrl Pointer to a subclass of CNavListCtrl

Links

CNavDialog Class

Was this information helpful?