| void CBCGPEdit::EnableShellAutoComplete | ( | BOOL | bDirsOnly, |
| LPCTSTR | lpszCurrentDirectory = NULL, |
||
| LPCTSTR | lpszFileFilter = NULL |
||
| ) |
Enables or disables the shell auto-complete drop-down list for this edit box.
| bDirsOnly | Specifies whether the list displays the directories only and includes the files. |
| lpszCurrentDirectory | The optional pointer to the current directory. |
| lpszFileFilter | The optional file filter (in the same format as the file dialog, e.g., _T("*.cpp;*.h"). |