Class HyperlinkDialogContent
Represents the content of the HyperlinkDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkDialogContent : HyperlinkDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<HyperlinkDialogContext>, IRadSpreadsheetDialogContent
Constructors
HyperlinkDialogContent()
Initializes a new instance of the HyperlinkDialogContent class.
Declaration
public HyperlinkDialogContent()
Properties
AddressString
Gets or sets the address string.
Declaration
public string AddressString { get; set; }
Property Value
System.String
The address string. |
ScreenTip
Gets or sets the screen tip.
Declaration
public string ScreenTip { get; set; }
Property Value
System.String
The screen tip. |
ShouldApplyCellValue
Gets or sets a value indicating whether the cell value should be applied.
Declaration
public bool ShouldApplyCellValue { get; set; }
Property Value
System.Boolean
The value indicating whether the cell value should be applied. |
TextToDisplay
Gets or sets the text to display.
Declaration
public string TextToDisplay { get; set; }
Property Value
System.String
The text to display. |
Methods
CancelButton_Click(Object, EventArgs)
Declaration
protected virtual void CancelButton_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OKButton_Click(Object, EventArgs)
Declaration
protected virtual void OKButton_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()