void ShowWizardWindow(Type viewType, DialogInteraction dialogPayload);

This method allows you to display a custom editor inside a dialog box that includes Next and Back buttons for navigation. Microsoft has not provided a sample for how to use this method.

Related Topics

Methods