New to Telerik UI for WinFormsStart a free 30-day trial

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: IBindableComponentIComponentIContainerControlIDisposableIDropTargetISynchronizeInvokeIWin32Window...

Constructors

C#
public GanttViewPrintSettingsControl()

Properties

Gets the GanttViewPrintSettings settings edited in the dialog.

C#
public GanttViewPrintSettings PrintSettings { get; }
Property Value:

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)
Parameters:disposingbool

true if managed resources should be disposed; otherwise, false.

Overrides: ContainerControl.Dispose(bool)

Loads the GanttViewPrintSettings into the dialog.

C#
protected virtual void LoadGeneralPrintSettings(GanttViewPrintSettings printSettings)
Parameters:printSettingsGanttViewPrintSettings

The print settings.

Loads the GanttViewPrintSettings from the printed RadGanttView into the dialog

C#
public void LoadPrintSettings(GanttViewPrintSettings printSettings)
Parameters:printSettingsGanttViewPrintSettings

The print settings.

Localizes the strings in the control by using the current PrintDialogsLocalizationProvider.

C#
public virtual void LocalizeStrings()
C#
protected override void OnLoad(EventArgs e)
Parameters:eEventArgs

Overrides: UserControl.OnLoad(EventArgs)

C#
protected virtual void SetPreviewImage()
C#
protected virtual void SetTextViewControlsEnabled(bool enabled)
Parameters:enabledbool
C#
protected virtual void UnwireEvents()
C#
protected virtual void WireEvents()