Contents of the dialog used in C1InsertImageTool.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
[TemplatePartAttribute(Name = "FileOKButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "UrlOKButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "UrlText", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "FilePicker", Type = typeof(C1FilePicker))]
public class C1ImageDialog : Control
Visual Basic
<TemplatePartAttribute(Name := "FileOKButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "UrlOKButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "UrlText", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "FilePicker", Type := GetType(C1FilePicker))> _
Public Class C1ImageDialog _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.RichTextBox..::..C1ImageDialog

See Also