CFileDialog::HideControl

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CFileDialog::HideControl

Call this member function to hide the specified control in an Explorer-style Open or Save As common dialog box.

void HideControl(
   int nID 
);
Parameters

nID

The ID of the control to hide.

Remarks

The dialog box must have been created with the OFN_EXPLORER style; otherwise, the function will fail with an assertion.

Requirements

Header: afxdlgs.h

See Also

Reference

Other Resources