Class CommandBaseForm
CommandBaseForm is a generic class and all the command forms are derived from this class.
Inheritance
System.Object
CommandBaseForm
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class CommandBaseForm : Form
Constructors
Declaration
Properties
Gets or sets the SfSpreadsheet Control
Declaration
public Spreadsheet SfSpreadsheet { get; set; }
Property Value
Gets or sets the SheetName to be Protected
Declaration
public IWorksheet WorkSheet { get; set; }
Property Value
Methods
Declaration
protected virtual void CancelAction()
Declaration
protected virtual void OnApplySettings()
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected virtual void OnLoaded()
Perform the required operation when press Escape or enter key.
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
System.Windows.Forms.Keys |
keyData |
|
Returns
Declaration
protected virtual void UnWireEvents()
Declaration
protected virtual void WireEvents()