CDialogImpl::GetDialogProc
virtual WNDPROC GetDialogProc( );
Return Value
The current dialog box procedure.
Remarks
Returns DialogProc, the current dialog box procedure. Override this method to replace the dialog procedure with your own.
CDialogImpl Overview | Class Members
See Also