Represents the content of the HyperlinkDialog.
Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class HyperlinkDialogContent : HyperlinkDialogContentBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<HyperlinkDialogContext>HyperlinkDialogContentBaseHyperlinkDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HyperlinkDialogContent class.
public HyperlinkDialogContent()
Properties
Gets or sets the address string.
public string AddressString { get; set; }
The address string.
Gets or sets the screen tip.
public string ScreenTip { get; set; }
The screen tip.
Gets or sets a value indicating whether the cell value should be applied.
public bool ShouldApplyCellValue { get; set; }
The value indicating whether the cell value should be applied.
Gets or sets the text to display.
public string TextToDisplay { get; set; }
The text to display.
Methods
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
protected virtual void LocalizeStrings()
Invoked when an unhandled attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnKeyDown(KeyEventArgs e)
The KeyEventArgs that contains the event data.
Overrides:
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides: