Class
HyperlinkDialogContent

Represents the content of the HyperlinkDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
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

HyperlinkDialogContent()

Initializes a new instance of the HyperlinkDialogContent class.

Declaration

cs-api-definition
public HyperlinkDialogContent()

Fields

AddressStringProperty

Address string dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AddressStringProperty

Field Value

DependencyProperty

ScreenTipProperty

Screen tip dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ScreenTipProperty

Field Value

DependencyProperty

ShouldApplyCellValueProperty

Should apply cell value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShouldApplyCellValueProperty

Field Value

DependencyProperty

TextToDisplayProperty

Text to display dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextToDisplayProperty

Field Value

DependencyProperty

Properties

AddressString

Gets or sets the address string.

Declaration

cs-api-definition
public string AddressString { get; set; }

Property Value

string

The address string.

ScreenTip

Gets or sets the screen tip.

Declaration

cs-api-definition
public string ScreenTip { get; set; }

Property Value

string

The screen tip.

ShouldApplyCellValue

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

Declaration

cs-api-definition
public bool ShouldApplyCellValue { get; set; }

Property Value

bool

The value indicating whether the cell value should be applied.

TextToDisplay

Gets or sets the text to display.

Declaration

cs-api-definition
public string TextToDisplay { get; set; }

Property Value

string

The text to display.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

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

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.

ShowDialogOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowDialogOverride()

Overrides RadSpreadsheetDialogContentBase<HyperlinkDialogContext>.ShowDialogOverride()