New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the HyperlinkDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class HyperlinkDialogContent : HyperlinkDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<HyperlinkDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<HyperlinkDialogContext>HyperlinkDialogContentBaseHyperlinkDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<HyperlinkDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ShowDialog(HyperlinkDialogContext)RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.Show(HyperlinkDialogContext)RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.Close()RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.HostWindowRadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ContextRadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the HyperlinkDialogContent class.

C#
public HyperlinkDialogContent()

Fields

AddressStringProperty

DependencyProperty

Address string dependency property.

C#
public static readonly DependencyProperty AddressStringProperty

ScreenTipProperty

DependencyProperty

Screen tip dependency property.

C#
public static readonly DependencyProperty ScreenTipProperty

Should apply cell value dependency property.

C#
public static readonly DependencyProperty ShouldApplyCellValueProperty

TextToDisplayProperty

DependencyProperty

Text to display dependency property.

C#
public static readonly DependencyProperty TextToDisplayProperty

Properties

Gets or sets the address string.

C#
public string AddressString { get; set; }
Property Value:

The address string.

Gets or sets the screen tip.

C#
public string ScreenTip { get; set; }
Property Value:

The screen tip.

Gets or sets a value indicating whether the cell value should be applied.

C#
public bool ShouldApplyCellValue { get; set; }
Property Value:

The value indicating whether the cell value should be applied.

Gets or sets the text to display.

C#
public string TextToDisplay { get; set; }
Property Value:

The text to display.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ShowDialogOverride()