ClassHyperlinkDialogContent
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
HyperlinkDialogContent()
Initializes a new instance of the HyperlinkDialogContent class.
Declaration
public HyperlinkDialogContent()
Fields
AddressStringProperty
Address string dependency property.
Declaration
public static readonly DependencyProperty AddressStringProperty
Field Value
DependencyProperty
ScreenTipProperty
Screen tip dependency property.
Declaration
public static readonly DependencyProperty ScreenTipProperty
Field Value
DependencyProperty
ShouldApplyCellValueProperty
Should apply cell value dependency property.
Declaration
public static readonly DependencyProperty ShouldApplyCellValueProperty
Field Value
DependencyProperty
TextToDisplayProperty
Text to display dependency property.
Declaration
public static readonly DependencyProperty TextToDisplayProperty
Field Value
DependencyProperty
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
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
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
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
The KeyEventArgs that contains the event data.
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides