Represents the content of the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HyperlinkDialogContent : HyperlinkDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<HyperlinkDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<HyperlinkDialogContext>HyperlinkDialogContentBaseHyperlinkDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HyperlinkDialogContent class.
public HyperlinkDialogContent()
Fields
AddressStringProperty
DependencyProperty
Address string dependency property.
public static readonly DependencyProperty AddressStringProperty
ScreenTipProperty
DependencyProperty
Screen tip dependency property.
public static readonly DependencyProperty ScreenTipProperty
ShouldApplyCellValueProperty
DependencyProperty
Should apply cell value dependency property.
public static readonly DependencyProperty ShouldApplyCellValueProperty
TextToDisplayProperty
DependencyProperty
Text to display dependency property.
public static readonly DependencyProperty TextToDisplayProperty
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
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
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.
protected override void OnKeyDown(KeyEventArgs e)
The KeyEventArgs that contains the event data.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides: