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 Hyperlink
Declaration
public HyperlinkDialogContent()
Fields
AddressStringProperty
Address string dependency property.
Declaration
public static readonly DependencyProperty AddressStringProperty
Field Value
System.
|
ScreenTipProperty
Screen tip dependency property.
Declaration
public static readonly DependencyProperty ScreenTipProperty
Field Value
System.
|
ShouldApplyCellValueProperty
Should apply cell value dependency property.
Declaration
public static readonly DependencyProperty ShouldApplyCellValueProperty
Field Value
System.
|
TextToDisplayProperty
Text to display dependency property.
Declaration
public static readonly DependencyProperty TextToDisplayProperty
Field Value
System.
|
Properties
AddressString
Gets or sets the address string.
Declaration
public string AddressString { get; set; }
Property Value
System. The address string. |
ScreenTip
Gets or sets the screen tip.
Declaration
public string ScreenTip { get; set; }
Property Value
System. 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. 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. The text to display. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()