Class InsertHyperlinkDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertHyperlinkDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInsertHyperlinkDialog
Constructors
InsertHyperlinkDialog()
Initializes a new instance of the Insert
Declaration
public InsertHyperlinkDialog()
Properties
HyperlinkPattern
Declaration
public string HyperlinkPattern { get; set; }
Property Value
System.
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.
|
Overrides
ShowDialog(String, HyperlinkInfo, IEnumerable<String>, Action<String, HyperlinkInfo>, Action, RadRichTextBox)
Declaration
public void ShowDialog(string text, HyperlinkInfo currentHyperlinkInfo, IEnumerable<string> bookmarkNames, Action<string, HyperlinkInfo> insertHyperlinkCallback, Action cancelCallback, RadRichTextBox owner)
Parameters
System.
|
Hyperlink
|
System.
|
System.
|
System.
|
Rad
|