ClassHyperlinkDialogContent
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
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<HyperlinkDialogContext>HyperlinkDialogContentBaseHyperlinkDialogContent
Implements:
Inherited Members
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
The address string.
ScreenTip
Gets or sets the screen tip.
Declaration
public string ScreenTip { get; set; }
Property Value
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
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
The text to display.
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true if managed resources should be disposed; otherwise, false.
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnKeyDown(KeyEventArgs)
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.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
The KeyEventArgs that contains the event data.
Overrides
OnLoad(EventArgs)
Raises the Load event and applies any pending theming settings.
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides