CommandSet.ProcessOnMenuPageSetupCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual method to process the menu PageSetup operation
protected:
virtual System::Windows::Forms::DialogResult ProcessOnMenuPageSetupCommand();
protected virtual System.Windows.Forms.DialogResult ProcessOnMenuPageSetupCommand ();
abstract member ProcessOnMenuPageSetupCommand : unit -> System.Windows.Forms.DialogResult
override this.ProcessOnMenuPageSetupCommand : unit -> System.Windows.Forms.DialogResult
Protected Overridable Function ProcessOnMenuPageSetupCommand () As DialogResult