Class ScaleFactorDialogContent
Represents the content of the ScaleFactorDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ScaleFactorDialogContent : ScaleFactorDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<ScaleFactorDialogContext>, IRadSpreadsheetDialogContent
Constructors
ScaleFactorDialogContent()
Initializes a new instance of the ScaleFactorDialogContent class.
Declaration
public ScaleFactorDialogContent()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
ShowOverride()
Called before showing dialog.
Declaration
protected override void ShowOverride()