Class HyperlinkDialogContent
Represents the content of the HyperlinkDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkDialogContent : HyperlinkDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<HyperlinkDialogContext>, IRadSpreadsheetDialogContent
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
System.Windows.DependencyProperty
|
ScreenTipProperty
Screen tip dependency property.
Declaration
public static readonly DependencyProperty ScreenTipProperty
Field Value
System.Windows.DependencyProperty
|
ShouldApplyCellValueProperty
Should apply cell value dependency property.
Declaration
public static readonly DependencyProperty ShouldApplyCellValueProperty
Field Value
System.Windows.DependencyProperty
|
TextToDisplayProperty
Text to display dependency property.
Declaration
public static readonly DependencyProperty TextToDisplayProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AddressString
Gets or sets the address string.
Declaration
public string AddressString { get; set; }
Property Value
System.String
The address string. |
ScreenTip
Gets or sets the screen tip.
Declaration
public string ScreenTip { get; set; }
Property Value
System.String
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
System.Boolean
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
System.String
The text to display. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown 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
System.Windows.Input.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()