Class InsertCellsDialogContent
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class InsertCellsDialogContent : InsertCellsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<InsertCellsDialogContext>, IRadSpreadsheetDialogContent
Constructors
InsertCellsDialogContent()
Initializes a new instance of the InsertCellsDialogContent class.
Declaration
public InsertCellsDialogContent()
Properties
SelectedInsertCellsType
Declaration
public InsertCellsType SelectedInsertCellsType { get; set; }
Property Value
InsertCellsType
|
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()
Declaration
protected override void ShowDialogOverride()