PageSetupDialog Members

Switch View :
ScriptFree
.NET Framework Class Library
PageSetupDialog Members

PageSetupDialog overview

Public Constructors

public constructorPageSetupDialog Constructor Initializes a new instance of the PageSetupDialog class.

Public Properties

public propertyAllowMargins Gets or sets a value indicating whether the margins section of the dialog box is enabled.
public propertyAllowOrientation Gets or sets a value indicating whether the orientation section of the dialog box (landscape vs. portrait) is enabled.
public propertyAllowPaper Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled.
public propertyAllowPrinter Gets or sets a value indicating whether the Printer button is enabled.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyDocument Gets or sets a value indicating the PrintDocument to get page settings from.
public propertyMinMargins Gets or sets a value indicating the minimum margins the user is allowed to select, in hundredths of an inch.
public propertyPageSettings Gets or sets a value indicating the page settings to modify.
public propertyPrinterSettings Gets or sets the printer settings that are modified when the user clicks the Printer button in the dialog.
public propertyShowHelp Gets or sets a value indicating whether the Help button is visible.
public propertyShowNetwork Gets or sets a value indicating whether the Network button is visible.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.

Public Methods

public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodReset Overridden. Resets all options to their default values.
public methodShowDialog (inherited from CommonDialog) Overloaded. Runs a common dialog box.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
public eventHelpRequest (inherited from CommonDialog) Occurs when the user clicks the Help button on a common dialog box.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodHookProc (inherited from CommonDialog) Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnHelpRequest (inherited from CommonDialog) Raises the HelpRequest event.
protected methodOwnerWndProc (inherited from CommonDialog) Defines the owner window procedure that is overridden to add specific functionality to a common dialog box.
protected methodRunDialog Overridden. See CommonDialog.RunDialog.

See Also

PageSetupDialog Class | System.Windows.Forms Namespace