Class InsertFunctionDialogContent
Represents the insert function dialog content.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class InsertFunctionDialogContent : InsertFunctionDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<InsertFunctionDialogContext>, IRadSpreadsheetDialogContent
Constructors
InsertFunctionDialogContent()
Initializes a new instance of the InsertFunctionDialogContent class.
Declaration
public InsertFunctionDialogContent()
Properties
SelectedFunction
Gets or sets the selected function.
Declaration
public FunctionView SelectedFunction { get; set; }
Property Value
FunctionView
The selected function. |
Methods
CloseOverride()
Called on dialog closed.
Declaration
protected override void CloseOverride()
Overrides
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 unhanded 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()