.NET Framework Class Library
PageSetupDialog Members
Public Constructors
PageSetupDialog Constructor | Initializes a new instance of the PageSetupDialog class. |
Public Properties
AllowMargins | Gets or sets a value indicating whether the margins section of the dialog box is enabled. |
AllowOrientation | Gets or sets a value indicating whether the orientation section of the dialog box (landscape vs. portrait) is enabled. |
AllowPaper | Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled. |
AllowPrinter | Gets or sets a value indicating whether the Printer button is enabled. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
Document | Gets or sets a value indicating the PrintDocument to get page settings from. |
MinMargins | Gets or sets a value indicating the minimum margins the user is allowed to select, in hundredths of an inch. |
PageSettings | Gets or sets a value indicating the page settings to modify. |
PrinterSettings | Gets or sets the printer settings that are modified when the user clicks the Printer button in the dialog. |
ShowHelp | Gets or sets a value indicating whether the Help button is visible. |
ShowNetwork | Gets or sets a value indicating whether the Network button is visible. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Public Methods
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (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. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Reset | Overridden. Resets all options to their default values. |
ShowDialog (inherited from CommonDialog) | Overloaded. Runs a common dialog box. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Public Events
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
HelpRequest (inherited from CommonDialog) | Occurs when the user clicks the Help button on a common dialog box. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Protected Methods
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Finalize (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. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
HookProc (inherited from CommonDialog) | Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnHelpRequest (inherited from CommonDialog) | Raises the HelpRequest event. |
OwnerWndProc (inherited from CommonDialog) | Defines the owner window procedure that is overridden to add specific functionality to a common dialog box. |
RunDialog | Overridden. See CommonDialog.RunDialog. |




