You can use this method to implement a Print menu item similar to the one on the Internet Explorer File menu. This method displays the Print dialog box, letting your users modify print settings prior to printing. To let your users specify page settings prior to printing, use the WebBrowser.ShowPageSetupDialog method. To display the Print Preview dialog box, use the WebBrowser.ShowPrintPreviewDialog method.