The members of System.Windows.Forms.PrintPreviewDialog are listed below.
See Also: Inherited members from System.Windows.Forms.Form
Initializes a new instance of the System.Windows.Forms.PrintPreviewDialog class. |
AcceptButton | IButtonControl.
Gets or sets the button on the form that is clicked when the user presses the ENTER key. | |
AccessibleDescription | string.
Gets or sets the accessible description of the control. | |
AccessibleName | string.
Gets or sets the accessible name of the control. | |
AccessibleRole | AccessibleRole.
The accessible role of the control. | |
override | AllowDrop | bool.
Gets or sets whether the control can accept data that the user drags onto it. |
override | Anchor | AnchorStyles.
Gets or sets the anchor style for the control. |
AutoScale | bool.
Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. | |
override | AutoScaleBaseSize | System.Drawing.Size.
The System.Windows.Forms.PrintPreviewDialog class does not support the PrintPreviewDialog.AutoScaleBaseSize property. |
override | AutoScroll | bool.
Gets or sets a value indicating whether the form enables autoscrolling. |
AutoScrollMargin | System.Drawing.Size.
Gets or sets the size of the auto-scroll margin. | |
AutoScrollMinSize | System.Drawing.Size.
Gets or sets the minimum size of the automatic scroll bars. | |
override | AutoSize | bool.
Gets or sets a value indicating whether the System.Windows.Forms.PrintPreviewDialog should automatically resize to fit its contents. |
override | AutoValidate | AutoValidate.
Gets or sets how the control performs validation when the user changes focus to another control. |
override | BackColor | System.Drawing.Color.
Gets or sets the background color of the form. |
override | BackgroundImage | System.Drawing.Image.
Gets or sets the background image for the control. |
override | BackgroundImageLayout | ImageLayout.
Gets or sets the layout of the PrintPreviewDialog.BackgroundImage. |
CancelButton | IButtonControl.
Gets or sets the cancel button for the System.Windows.Forms.PrintPreviewDialog. | |
CausesValidation | bool.
Gets or sets a value indicating whether entering the control causes validation for all controls that require validation. | |
override | ContextMenu | ContextMenu.
Gets or sets the shortcut menu for the control. |
override | ContextMenuStrip | ContextMenuStrip.
Gets or sets how the short cut menu for the control. |
ControlBox | bool.
Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. | |
override | Cursor | Cursor.
Gets or sets the cursor for the control. |
[read-only] | DataBindings | ControlBindingsCollection.
Gets the data bindings for the control. |
override | Dock | DockStyle.
Gets or sets how the control should be docked in its parent control. |
[read-only] | DockPadding | ScrollableControl.DockPaddingEdges.
Overrides the ScrollableControl.DockPadding property. |
Document | System.Drawing.Printing.PrintDocument.
Gets or sets the document to preview. | |
Enabled | bool.
Get or sets a value indicating whether the control is enabled. | |
override | Font | System.Drawing.Font.
Gets or sets the font used for the control. |
override | ForeColor | System.Drawing.Color.
Gets or sets the foreground color of the control. |
FormBorderStyle | FormBorderStyle.
Gets or sets the border style of the form. | |
HelpButton | bool.
Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form. | |
Icon | System.Drawing.Icon.
Gets or sets the icon for the form. | |
ImeMode | ImeMode.
Gets or sets the Input Method Editor (IME) mode supported by this control. | |
IsMdiContainer | bool.
Gets or sets a value indicating whether the form is a container for multiple document interface (MDI) child forms. | |
KeyPreview | bool.
Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. | |
Location | System.Drawing.Point.
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. | |
Margin | Padding.
Gets or sets the margins for the control. | |
MaximizeBox | bool.
Gets or sets a value indicating whether the maximize button is displayed in the caption bar of the form. | |
MaximumSize | System.Drawing.Size.
Gets or sets the maximum size the form can be resized to. | |
Menu | MainMenu.
Gets or sets the System.Windows.Forms.MainMenu that is displayed in the form. | |
MinimizeBox | bool.
Gets or sets a value indicating whether the minimize button is displayed in the caption bar of the form. | |
MinimumSize | System.Drawing.Size.
Gets the minimum size the form can be resized to. | |
Opacity | double.
Gets or sets the opacity level of the form. | |
Padding | Padding.
Gets or sets the padding for the control. | |
[read-only] | PrintPreviewControl | PrintPreviewControl.
Gets a value indicating the System.Windows.Forms.PrintPreviewControl contained in this form. |
override | RightToLeft | RightToLeft.
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. |
override | RightToLeftLayout | bool.
Gets or sets a value indicating whether the System.Windows.Forms.PrintPreviewDialog should be laid out from right to left. |
ShowInTaskbar | bool.
Gets or sets a value indicating whether the form is displayed in the Windows taskbar. | |
Size | System.Drawing.Size.
Gets or sets the size of the form. | |
SizeGripStyle | SizeGripStyle.
Gets or sets the style of the size grip to display in the lower-right corner of the form. | |
StartPosition | FormStartPosition.
Gets or sets the starting position of the dialog box at run time. | |
TabStop | bool.
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. | |
Tag | object.
Gets or sets the object that contains data about the control. | |
override | Text | string.
Gets or sets the text displayed on the control. |
TopMost | bool.
Gets or sets a value indicating whether the form should be displayed as the topmost form of your application. | |
TransparencyKey | System.Drawing.Color.
Gets or sets the color that will represent transparent areas of the form. | |
UseAntiAlias | bool.
Gets or sets a value indicating whether printing uses the anti-aliasing features of the operating system. | |
UseWaitCursor | bool.
Gets the wait cursor, typically an hourglass shape. | |
Visible | bool.
Gets or sets a value indicating whether the control is visible. | |
WindowState | FormWindowState.
Gets or sets the form's window state. |
[read-only] override | DefaultMinimumSize | System.Drawing.Size.
Gets the default minimum size, in pixels, of the System.Windows.Forms.PrintPreviewDialog control. |
override | CreateHandle()
| |
override | OnClosing(System.ComponentModel.CancelEventArgs)
| |
override | ProcessDialogKey(Keys)
| |
override | ProcessTabKey(bool)
|
AutoSizeChanged |
Occurs when the value of the PrintPreviewDialog.AutoSize property changes. | |
AutoValidateChanged |
Occurs when the value of the Form.AutoValidate property changes. | |
BackColorChanged |
Occurs when the value of the PrintPreviewDialog.BackColor property changes. | |
BackgroundImageChanged |
Occurs when the value of the PrintPreviewDialog.BackgroundImage property changes. | |
BackgroundImageLayoutChanged |
Occurs when the value of the PrintPreviewDialog.BackgroundImageLayout property changes. | |
CausesValidationChanged |
Occurs when the value of the PrintPreviewDialog.CausesValidation property changes. | |
ContextMenuChanged |
Occurs when the value of the PrintPreviewDialog.ContextMenu property changes. | |
ContextMenuStripChanged |
Occurs when the value of the PrintPreviewDialog.ContextMenuStrip property changes. | |
CursorChanged |
Occurs when the value of the PrintPreviewDialog.Cursor property changes. | |
DockChanged |
Occurs when the value of the PrintPreviewDialog.Dock property changes. | |
EnabledChanged |
Occurs when the value of the PrintPreviewDialog.Enabled property changes. | |
FontChanged |
Occurs when the value of the PrintPreviewDialog.Font property changes. | |
ForeColorChanged |
Occurs when the value of the PrintPreviewDialog.ForeColor property changes. | |
ImeModeChanged |
Occurs when the value of the PrintPreviewDialog.ImeMode property changes. | |
LocationChanged |
Occurs when the value of the PrintPreviewDialog.Location property changes. | |
MarginChanged |
Occurs when the value of the PrintPreviewDialog.Margin property changes. | |
MaximumSizeChanged |
Occurs when the value of the PrintPreviewDialog.MaximumSize property changes. | |
MinimumSizeChanged |
Occurs when the value of the PrintPreviewDialog.MinimumSize property changes. | |
PaddingChanged |
Occurs when the value of the PrintPreviewDialog.Padding property changes. | |
RightToLeftChanged |
Occurs when the value of the PrintPreviewDialog.RightToLeft property changes. | |
RightToLeftLayoutChanged |
Occurs when value of the PrintPreviewDialog.RightToLeftLayout property changes. | |
SizeChanged |
Occurs when the value of the PrintPreviewDialog.Size property changes. | |
TabStopChanged |
Occurs when the value of the PrintPreviewDialog.TabStop property changes. | |
TextChanged |
Occurs when the value of the PrintPreviewDialog.Text property changes. | |
VisibleChanged |
Occurs when the value of the PrintPreviewDialog.Visible property changes. |