Class FormatCellsForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormatCellsForm : CommandBaseForm
Constructors
FormatCellsForm()
Declaration
public FormatCellsForm()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnApplySettings()
Apply the required changes into xlsio range by using commands.
Declaration
protected override void OnApplySettings()
Overrides
OnClosed(EventArgs)
Close the window.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
OnLoaded()
Declaration
protected override void OnLoaded()
Overrides
ProcessCmdKey(ref Message, Keys)
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
Type |
---|
System.Boolean |
Overrides
UnWireEvents()
Unhook the required events from here.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Initialize the required events from here.
Declaration
protected override void WireEvents()