Class EncryptCommandForm
Encrypt password interaction operations are done here.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class EncryptCommandForm : CommandBaseForm
Constructors
EncryptCommandForm()
Declaration
public EncryptCommandForm()
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 changes into XlsIO range.
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Apply the initial settings when form was loaded.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unhook the triggered events from this method.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events.
Declaration
protected override void WireEvents()