Class HyperlinkForm
Hyperlink interaction operations are done here.
Inherited Members
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 |
---|
System.String |
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
ExcelEngine
Declaration
public ExcelEngine ExcelEngine { get; set; }
Property Value
Type |
---|
ExcelEngine |
Hyperlink
Declaration
public IHyperLink Hyperlink { get; set; }
Property Value
Type |
---|
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
OnClosed(EventArgs)
Close the window.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
OnLoaded()
set the initialze values while load the form.
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()
Unhooh the events from this method.
Declaration
protected override void UnWireEvents()