[]
Contents of the dialog used in C1InsertHyperlinkTool.
[TemplatePart(Name = "OKButton", Type = typeof(Button))]
[TemplatePart(Name = "HyperLinkText", Type = typeof(TextBox))]
public class C1HyperlinkDialog : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| C1HyperlinkDialog() | Initializes a new instance of a C1HyperlinkDialog. |
| Name | Description |
|---|---|
| TargetNameProperty | Identifies the TargetName dependency property. |
| TextProperty | Identifies the Text dependency property. |
| UrlProperty | Identifies the Url dependency property. |
| 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. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1HyperlinkDialog control when a new template is applied. |
| OnPreviewKeyDown(KeyEventArgs) |
| Name | Description |
|---|---|
| Completed | Event fired when the OK button is clicked. |