WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EncryptCommandForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EncryptCommandForm

    Encrypt password interaction operations are done here.

    Inheritance
    System.Object
    CommandBaseForm
    EncryptCommandForm
    Inherited Members
    CommandBaseForm.ProcessCmdKey(Message, Keys)
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnClosed(EventArgs)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    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
    CommandBaseForm.OnApplySettings()

    OnLoaded()

    Apply the initial settings when form was loaded.

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseForm.OnLoaded()

    UnWireEvents()

    Unhook the triggered events from this method.

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseForm.UnWireEvents()

    WireEvents()

    Hook the required events.

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved