Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewPrintSettingsControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlGanttViewPrintSettingsControl...
Implements:
Inherited Members
Constructors
C#
public GanttViewPrintSettingsControl()
Properties
Gets the GanttViewPrintSettings settings edited in the dialog.
C#
public GanttViewPrintSettings PrintSettings { get; }
The print settings.
Methods
Saves all settings form the dialog.
C#
protected virtual void ApplyPrintSettings()
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Loads the GanttViewPrintSettings into the dialog.
C#
protected virtual void LoadGeneralPrintSettings(GanttViewPrintSettings printSettings)
The print settings.
Loads the GanttViewPrintSettings from the printed RadGanttView into the dialog
C#
public void LoadPrintSettings(GanttViewPrintSettings printSettings)
The print settings.
Localizes the strings in the control by using the current PrintDialogsLocalizationProvider.
C#
public virtual void LocalizeStrings()
C#
protected virtual void SetPreviewImage()
C#
protected virtual void UnwireEvents()
C#
protected virtual void WireEvents()