CFileDialog::OnInitDone

Override this function to handle the CDN_INITDONE notification message. The notification message is sent when the system has finished arranging controls in the Open or Save As dialog box to make room for the controls of the child dialog box.

Syntax

virtual void OnInitDone( );

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CFileDialog Overview, CFileDialog Member Functions, Dialog Box Classes, CDN_INITDONE