Share via


CTaskDialog::NavigateTo

Transfers the focus to another CTaskDialog.

protected:
void NavigateTo(
   CTaskDialog& oTaskDialog
) const;

Parameters

  • [in] oTaskDialog
    The CTaskDialog that receives the focus.

Remarks

This method hides the current CTaskDialog when it displays the oTaskDialog. The oTaskDialog is displayed in the same location as the current CTaskDialog.

Requirements

Header: afxtaskdialog.h

See Also

Reference

CTaskDialog Class

Hierarchy Chart