ClassGanttViewPrintSettingsControl
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GanttViewPrintSettingsControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlGanttViewPrintSettingsControl
Implements:
Inherited Members
Constructors
GanttViewPrintSettingsControl()
Declaration
public GanttViewPrintSettingsControl()
Properties
PrintSettings
Gets the GanttViewPrintSettings settings edited in the dialog.
Declaration
public GanttViewPrintSettings PrintSettings { get; }
Property Value
The print settings.
Methods
ApplyPrintSettings()
Saves all settings form the dialog.
Declaration
protected virtual void ApplyPrintSettings()
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
LoadGeneralPrintSettings(GanttViewPrintSettings)
Loads the GanttViewPrintSettings into the dialog.
Declaration
protected virtual void LoadGeneralPrintSettings(GanttViewPrintSettings printSettings)
Parameters
printSettings
The print settings.
LoadPrintSettings(GanttViewPrintSettings)
Loads the GanttViewPrintSettings from the printed RadGanttView into the dialog
Declaration
public void LoadPrintSettings(GanttViewPrintSettings printSettings)
Parameters
printSettings
The print settings.
LocalizeStrings()
Localizes the strings in the control by using the current PrintDialogsLocalizationProvider.
Declaration
public virtual void LocalizeStrings()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
e
Overrides
SetPreviewImage()
Declaration
protected virtual void SetPreviewImage()
SetTextViewControlsEnabled(bool)
Declaration
protected virtual void SetTextViewControlsEnabled(bool enabled)
Parameters
enabled
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()