C++
virtual void OnInitDialogBegin();
Description
This method is called during the start of the default OnInitDialog(), prior to a call to the base class OnInitDialog(). The method is declared virtual for use by derived classes. The default routine does nothing.