Class RadInsertHyperlinkDialog
Represents dialog for inserting hyperlinks.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class RadInsertHyperlinkDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, IInsertHyperlinkDialog
Constructors
RadInsertHyperlinkDialog()
Initializes a new instance of the RadInsertHyperlinkDialog class.
Declaration
public RadInsertHyperlinkDialog()
Properties
HyperlinkPattern
Declaration
public string HyperlinkPattern { get; set; }
Property Value
System.String
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
Overrides
ShowDialog(String, HyperlinkInfo, IEnumerable<String>, Action<String, HyperlinkInfo>, Action)
Shows the dialog for inserting hyperlinks.
Declaration
public void ShowDialog(string text, HyperlinkInfo currentHyperlinkInfo, IEnumerable<string> bookmarkNames, Action<string, HyperlinkInfo> insertHyperlinkCallback, Action cancelCallback)
Parameters
System.String
text
The text of the hyperlink. |
HyperlinkInfo
currentHyperlinkInfo
The current hyperlink info. Null if we are not in edit mode. |
System.Collections.Generic.IEnumerable<System.String>
bookmarkNames
Names of all existing bookmarks. |
System.Action<System.String, HyperlinkInfo>
insertHyperlinkCallback
The callback that will be called on confirmation to insert the hyperlink. |
System.Action
cancelCallback
The callback that will be called on cancelation. |