WinForms

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

    Show / Hide Table of Contents

    Class HyperlinkForm

    Hyperlink interaction operations are done here.

    Inheritance
    System.Object
    CommandBaseForm
    HyperlinkForm
    Inherited Members
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.WireEvents()
    CommandBaseForm.CancelAction()
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class HyperlinkForm : CommandBaseForm

    Constructors

    HyperlinkForm()

    Declaration
    public HyperlinkForm()

    Properties

    Address

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    System.String

    DisplayText

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type Description
    System.String

    ExcelEngine

    Declaration
    public ExcelEngine ExcelEngine { get; set; }
    Property Value
    Type Description
    ExcelEngine

    Hyperlink

    Declaration
    public IHyperLink Hyperlink { get; set; }
    Property Value
    Type Description
    IHyperLink

    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 hyperlink settings into XlsIO.

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

    OnClosed(EventArgs)

    Close the window.

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseForm.OnClosed(EventArgs)

    OnLoaded()

    set the initialze values while load the form.

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

    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 Description
    System.Boolean
    Overrides
    CommandBaseForm.ProcessCmdKey(ref Message, Keys)

    UnWireEvents()

    Unhooh the events from this method.

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