C++
virtual BOOL DoDialogHelp();
Description
Called to process help when the F1 key is pressed. This override examines the dialog's help tag, and if empty returns FALSE, indicating the event was not processed. Otherwise OnDialogHelp() is called and this routine returns TRUE.