[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1HyperlinkDialog

C1HyperlinkDialog Class

Contents of the dialog used in C1InsertHyperlinkTool.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
[TemplatePart(Name = "OKButton", Type = typeof(Button))]
[TemplatePart(Name = "HyperLinkText", Type = typeof(TextBox))]
public class C1HyperlinkDialog : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1HyperlinkDialog()

Initializes a new instance of a C1HyperlinkDialog.

Fields

Name Description
TargetNameProperty

Identifies the TargetName dependency property.

TextProperty

Identifies the Text dependency property.

UrlProperty

Identifies the Url dependency property.

Properties

Name Description
TargetName

Gets or sets the name of a target window or frame

Text

Gets or sets the content of the text field.

Url

Gets or sets the content of the url field.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1HyperlinkDialog control when a new template is applied.

OnPreviewKeyDown(KeyEventArgs)

Events

Name Description
Completed

Event fired when the OK button is clicked.