ClassPrintSettingsDialog
Represents an UI dialog for editing print settings.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PrintSettingsDialog : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPrintSettingsDialog
Derived Classes:
Implements:
Inherited Members
Constructors
PrintSettingsDialog()
Declaration
public PrintSettingsDialog()
PrintSettingsDialog(RadPrintDocument)
Declaration
public PrintSettingsDialog(RadPrintDocument document)
Parameters
document
Fields
buttonTotalPages
Declaration
protected CommandBarButton buttonTotalPages
Field Value
commandBarRowElement1
Declaration
protected CommandBarRowElement commandBarRowElement1
Field Value
commandBarStripElement1
Declaration
protected CommandBarStripElement commandBarStripElement1
Field Value
dropDownPageSource
Declaration
protected RadDropDownList dropDownPageSource
Field Value
maskBoxBottomMargin
Declaration
protected RadMaskedEditBox maskBoxBottomMargin
Field Value
maskBoxLeftMargin
Declaration
protected RadMaskedEditBox maskBoxLeftMargin
Field Value
maskBoxRightMargin
Declaration
protected RadMaskedEditBox maskBoxRightMargin
Field Value
maskBoxTopMargin
Declaration
protected RadMaskedEditBox maskBoxTopMargin
Field Value
pageHeaderFooter
Declaration
protected RadPageViewPage pageHeaderFooter
Field Value
radioButtonLandscape
Declaration
protected RadRadioButton radioButtonLandscape
Field Value
radioButtonPortrait
Declaration
protected RadRadioButton radioButtonPortrait
Field Value
textBoxFooterCenterText
Declaration
protected RadTextBox textBoxFooterCenterText
Field Value
RadTextBox
textBoxFooterLeftText
Declaration
protected RadTextBox textBoxFooterLeftText
Field Value
RadTextBox
textBoxFooterRightText
Declaration
protected RadTextBox textBoxFooterRightText
Field Value
RadTextBox
textBoxHeaderCenterText
Declaration
protected RadTextBox textBoxHeaderCenterText
Field Value
RadTextBox
textBoxHeaderLeftText
Declaration
protected RadTextBox textBoxHeaderLeftText
Field Value
RadTextBox
textBoxHeaderRightText
Declaration
protected RadTextBox textBoxHeaderRightText
Field Value
RadTextBox
Properties
PageView
Gets the page view control of the dialog.
Declaration
public RadPageView PageView { get; }
Property Value
The page view.
PrintDocument
Gets the RadPrintDocument shown in this dialog.
Declaration
public RadPrintDocument PrintDocument { get; set; }
Property Value
ShowPreviewButton
If [true] a Preview button is shown, otherwise an OK button is shown.
Methods
ApplySettings()
Saves all settings from the dialog into the RadPrintDocument.
Declaration
protected virtual void ApplySettings()
CreateFormatControl()
Creates the specific control for editing the settings of the printed control.
Declaration
protected virtual Control CreateFormatControl()
Returns
The that will be displayed on the first page of this dialog
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true if managed resources should be disposed; otherwise, false.
Overrides
LoadSettings()
Loads the settings when the dialog is shown.
Declaration
protected virtual void LoadSettings()
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnLoad(EventArgs)
Raises the Load event and applies any pending theming settings.
UnwireEvents()
Declaration
protected virtual void UnwireEvents()