PrintPreviewDialog Properties
.NET Framework 4.5
The PrintPreviewDialog type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptButton | Infrastructure. Gets or sets the button on the form that is clicked when the user presses the ENTER key. |
|
AccessibilityObject | Gets the AccessibleObject assigned to the control. (Inherited from Control.) |
|
AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.) |
|
AccessibleDescription | Infrastructure. Gets or sets the accessible description of the control. |
|
AccessibleName | Infrastructure. Gets or sets the accessible name of the control. |
|
AccessibleRole | Infrastructure. The accessible role of the control. |
|
ActiveControl | Gets or sets the active control on the container control. (Inherited from ContainerControl.) |
|
ActiveMdiChild | Gets the currently active multiple-document interface (MDI) child window. (Inherited from Form.) |
|
AllowDrop | Infrastructure. Gets or sets whether the control can accept data that the user drags onto it. (Overrides Control.AllowDrop.) |
|
AllowTransparency | Infrastructure. Gets or sets a value indicating whether the opacity of the form can be adjusted. (Inherited from Form.) |
|
Anchor | Infrastructure. Gets or sets the anchor style for the control. (Overrides Control.Anchor.) |
|
AutoScale | Infrastructure. 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. |
|
AutoScaleBaseSize | Infrastructure. Obsolete. The PrintPreviewDialog class does not support the AutoScaleBaseSize property. (Overrides Form.AutoScaleBaseSize.) |
|
AutoScaleDimensions | Gets or sets the dimensions that the control was designed to. (Inherited from ContainerControl.) |
|
AutoScaleFactor | Gets the scaling factor between the current and design-time automatic scaling dimensions. (Inherited from ContainerControl.) |
|
AutoScaleMode | Gets or sets the automatic scaling mode of the control. (Inherited from ContainerControl.) |
|
AutoScroll | Infrastructure. Gets or sets a value indicating whether the form enables autoscrolling. (Overrides Form.AutoScroll.) |
|
AutoScrollMargin | Infrastructure. Gets or sets the size of the auto-scroll margin. |
|
AutoScrollMinSize | Gets or sets the minimum size of the automatic scroll bars. |
|
AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.) |
|
AutoScrollPosition | Gets or sets the location of the auto-scroll position. (Inherited from ScrollableControl.) |
|
AutoSize | Infrastructure. Gets or sets a value indicating whether the PrintPreviewDialog should automatically resize to fit its contents. (Overrides Form.AutoSize.) |
|
AutoSizeMode | Gets or sets the mode by which the form automatically resizes itself. (Inherited from Form.) |
|
AutoValidate | Infrastructure. Gets or sets how the control performs validation when the user changes focus to another control. (Overrides Form.AutoValidate.) |
|
BackColor | Infrastructure. Gets or sets the background color of the form. (Overrides Form.BackColor.) |
|
BackgroundImage | Infrastructure. Gets or sets the background image for the control. (Overrides Control.BackgroundImage.) |
|
BackgroundImageLayout | Infrastructure. Gets or sets the layout of the BackgroundImage. (Overrides Control.BackgroundImageLayout.) |
|
BindingContext | Gets or sets the BindingContext for the control. (Inherited from ContainerControl.) |
|
Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control.) |
|
Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control.) |
|
CancelButton | Infrastructure. Gets or sets the cancel button for the PrintPreviewDialog. |
|
CanEnableIme | Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from ContainerControl.) |
|
CanFocus | Gets a value indicating whether the control can receive focus. (Inherited from Control.) |
|
CanRaiseEvents | Determines if events can be raised on the control. (Inherited from Control.) |
|
CanSelect | Gets a value indicating whether the control can be selected. (Inherited from Control.) |
|
Capture | Gets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.) |
|
CausesValidation | Infrastructure. Gets or sets a value indicating whether entering the control causes validation for all controls that require validation. |
|
ClientRectangle | Gets the rectangle that represents the client area of the control. (Inherited from Control.) |
|
ClientSize | Gets or sets the size of the client area of the form. (Inherited from Form.) |
|
CompanyName | Gets the name of the company or creator of the application containing the control. (Inherited from Control.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.) |
|
ContextMenu | Infrastructure. Gets or sets the shortcut menu for the control. (Overrides Control.ContextMenu.) |
|
ContextMenuStrip | Infrastructure. Gets or sets how the short cut menu for the control. (Overrides Control.ContextMenuStrip.) |
|
ControlBox | Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. |
|
Controls | Gets the collection of controls contained within the control. (Inherited from Control.) |
|
Created | Gets a value indicating whether the control has been created. (Inherited from Control.) |
|
CreateParams | Gets the required creation parameters when the control handle is created. (Inherited from Form.) |
|
CurrentAutoScaleDimensions | Gets the current run-time dimensions of the screen. (Inherited from ContainerControl.) |
|
Cursor | Infrastructure. Gets or sets the cursor for the control. (Overrides Control.Cursor.) |
|
DataBindings | Infrastructure. Gets the data bindings for the control. |
|
DefaultCursor | Gets or sets the default cursor for the control. (Inherited from Control.) |
|
DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. (Inherited from Form.) |
|
DefaultMargin | Gets the space, in pixels, that is specified by default between controls. (Inherited from Control.) |
|
DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.) |
|
DefaultMinimumSize | Gets the default minimum size, in pixels, of the PrintPreviewDialog control. (Overrides Control.DefaultMinimumSize.) |
|
DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.) |
|
DefaultSize | Gets the default size of the control. (Inherited from Form.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
DesktopBounds | Gets or sets the size and location of the form on the Windows desktop. (Inherited from Form.) |
|
DesktopLocation | Gets or sets the location of the form on the Windows desktop. (Inherited from Form.) |
|
DialogResult | Gets or sets the dialog result for the form. (Inherited from Form.) |
|
DisplayRectangle | Gets the rectangle that represents the virtual display area of the control. (Inherited from ScrollableControl.) |
|
Disposing | Gets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.) |
|
Dock | Infrastructure. Gets or sets how the control should be docked in its parent control. (Overrides Control.Dock.) |
|
DockPadding | Infrastructure. Overrides the ScrollableControl.DockPadding property. |
|
Document | Gets or sets the document to preview. |
|
DoubleBuffered | Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from Control.) |
|
Enabled | Infrastructure. Get or sets a value indicating whether the control is enabled. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Focused | Gets a value indicating whether the control has input focus. (Inherited from Control.) |
|
Font | Infrastructure. Gets or sets the font used for the control. (Overrides Control.Font.) |
|
FontHeight | Gets or sets the height of the font of the control. (Inherited from Control.) |
|
ForeColor | Infrastructure. Gets or sets the foreground color of the control. (Overrides Control.ForeColor.) |
|
FormBorderStyle | Infrastructure. Gets or sets the border style of the form. |
|
Handle | Gets the window handle that the control is bound to. (Inherited from Control.) |
|
HasChildren | Gets a value indicating whether the control contains one or more child controls. (Inherited from Control.) |
|
Height | Gets or sets the height of the control. (Inherited from Control.) |
|
HelpButton | Infrastructure. Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form. |
|
HorizontalScroll | Gets the characteristics associated with the horizontal scroll bar. (Inherited from ScrollableControl.) |
|
HScroll | Gets or sets a value indicating whether the horizontal scroll bar is visible. (Inherited from ScrollableControl.) |
|
Icon | Infrastructure. Gets or sets the icon for the form. |
|
ImeMode | Infrastructure. Gets or sets the Input Method Editor (IME) mode supported by this control. |
|
ImeModeBase | Gets or sets the IME mode of a control. (Inherited from Control.) |
|
InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from Control.) |
|
IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.) |
|
IsDisposed | Gets a value indicating whether the control has been disposed of. (Inherited from Control.) |
|
IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (Inherited from Control.) |
|
IsMdiChild | Gets a value indicating whether the form is a multiple-document interface (MDI) child form. (Inherited from Form.) |
|
IsMdiContainer | Infrastructure. Gets or sets a value indicating whether the form is a container for multiple document interface (MDI) child forms. |
|
IsMirrored | Gets a value indicating whether the control is mirrored. (Inherited from Control.) |
|
IsRestrictedWindow | Infrastructure. Gets a value indicating whether the form can use all windows and user input events without restriction. (Inherited from Form.) |
|
KeyPreview | Infrastructure. Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. |
|
LayoutEngine | Gets a cached instance of the control's layout engine. (Inherited from Control.) |
|
Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from Control.) |
|
Location | Infrastructure. Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. |
|
MainMenuStrip | Gets or sets the primary menu container for the form. (Inherited from Form.) |
|
Margin | Infrastructure. Gets or sets the margins for the control. |
|
MaximizeBox | Infrastructure. Gets or sets a value indicating whether the maximize button is displayed in the caption bar of the form. |
|
MaximizedBounds | Gets and sets the size of the form when it is maximized. (Inherited from Form.) |
|
MaximumSize | Infrastructure. Gets or sets the maximum size the form can be resized to. |
|
MdiChildren | Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form. (Inherited from Form.) |
|
MdiParent | Gets or sets the current multiple-document interface (MDI) parent form of this form. (Inherited from Form.) |
|
Menu | Infrastructure. Gets or sets the MainMenu that is displayed in the form. |
|
MergedMenu | Gets the merged menu for the form. (Inherited from Form.) |
|
MinimizeBox | Infrastructure. Gets or sets a value indicating whether the minimize button is displayed in the caption bar of the form. |
|
MinimumSize | Infrastructure. Gets the minimum size the form can be resized to. |
|
Modal | Gets a value indicating whether this form is displayed modally. (Inherited from Form.) |
|
Name | Gets or sets the name of the control. (Inherited from Control.) |
|
Opacity | Infrastructure. Gets or sets the opacity level of the form. |
|
OwnedForms | Gets an array of Form objects that represent all forms that are owned by this form. (Inherited from Form.) |
|
Owner | Gets or sets the form that owns this form. (Inherited from Form.) |
|
Padding | Infrastructure. Gets or sets the padding for the control. |
|
Parent | Gets or sets the parent container of the control. (Inherited from Control.) |
|
ParentForm | Gets the form that the container control is assigned to. (Inherited from ContainerControl.) |
|
PreferredSize | Gets the size of a rectangular area into which the control can fit. (Inherited from Control.) |
|
PrintPreviewControl | Gets a value indicating the PrintPreviewControl contained in this form. |
|
ProductName | Gets the product name of the assembly containing the control. (Inherited from Control.) |
|
ProductVersion | Gets the version of the assembly containing the control. (Inherited from Control.) |
|
RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.) |
|
Region | Gets or sets the window region associated with the control. (Inherited from Control.) |
|
RenderRightToLeft | Obsolete. This property is now obsolete. (Inherited from Control.) |
|
ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.) |
|
RestoreBounds | Gets the location and size of the form in its normal window state. (Inherited from Form.) |
|
Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from Control.) |
|
RightToLeft | Infrastructure. Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Overrides Control.RightToLeft.) |
|
RightToLeftLayout | Infrastructure. Gets or sets a value indicating whether the PrintPreviewDialog should be laid out from right to left. (Overrides Form.RightToLeftLayout.) |
|
ScaleChildren | Gets a value that determines the scaling of child controls. (Inherited from Control.) |
|
ShowFocusCues | Gets a value indicating whether the control should display focus rectangles. (Inherited from Control.) |
|
ShowIcon | Gets or sets a value indicating whether an icon is displayed in the caption bar of the form. (Inherited from Form.) |
|
ShowInTaskbar | Infrastructure. Gets or sets a value indicating whether the form is displayed in the Windows taskbar. |
|
ShowKeyboardCues | Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.) |
|
ShowWithoutActivation | Gets a value indicating whether the window will be activated when it is shown. (Inherited from Form.) |
|
Site | Gets or sets the site of the control. (Inherited from Control.) |
|
Size | Infrastructure. Gets or sets the size of the form. |
|
SizeGripStyle | Infrastructure. Gets or sets the style of the size grip to display in the lower-right corner of the form. |
|
StartPosition | Gets or sets the starting position of the dialog box at run time. |
|
TabIndex | Gets or sets the tab order of the control within its container. (Inherited from Form.) |
|
TabStop | Infrastructure. Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. |
|
Tag | Infrastructure. Gets or sets the object that contains data about the control. |
|
Text | Infrastructure. Gets or sets the text displayed on the control. (Overrides Form.Text.) |
|
Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from Control.) |
|
TopLevel | Gets or sets a value indicating whether to display the form as a top-level window. (Inherited from Form.) |
|
TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Inherited from Control.) |
|
TopMost | Infrastructure. Gets or sets a value indicating whether the form should be displayed as the topmost form of your application. |
|
TransparencyKey | Infrastructure. Gets or sets the color that will represent transparent areas of the form. |
|
UseAntiAlias | Gets or sets a value indicating whether printing uses the anti-aliasing features of the operating system. |
|
UseWaitCursor | Infrastructure. Gets the wait cursor, typically an hourglass shape. |
|
VerticalScroll | Gets the characteristics associated with the vertical scroll bar. (Inherited from ScrollableControl.) |
|
Visible | Infrastructure. Gets or sets a value indicating whether the control is visible. |
|
VScroll | Gets or sets a value indicating whether the vertical scroll bar is visible. (Inherited from ScrollableControl.) |
|
Width | Gets or sets the width of the control. (Inherited from Control.) |
|
WindowState | Gets or sets the form's window state. |
|
WindowTarget | Infrastructure. This property is not relevant for this class. (Inherited from Control.) |