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 InsertHyperlinkDialog class.
Declaration
public InsertHyperlinkDialog()
Properties
HyperlinkPattern
Declaration
public string HyperlinkPattern { get; set; }
Property Value
System.String
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
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.String
text
|
HyperlinkInfo
currentHyperlinkInfo
|
System.Collections.Generic.IEnumerable<System.String>
bookmarkNames
|
System.Action<System.String, HyperlinkInfo>
insertHyperlinkCallback
|
System.Action
cancelCallback
|
RadRichTextBox
owner
|