Share

CNavDialog::OnDialogHelp

C++

virtual void OnDialogHelp(
    LPCTSTR pHelpTag
);

Description

Called when a Help button is selected or F1 is entered. Override this function to supply your own Help file. See the ADUI documentation for additional information.

Parameters

Parameters Description
pHelpTag Help tag; the second argument passed to ads_help( ).

Links

CNavDialog Class

Was this information helpful?