[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1InsertImageTool

C1InsertImageTool Class

Toolbar button that inserts images in a C1RichTextBox.

Inheritance
C1InsertImageTool
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
public class C1InsertImageTool : C1ButtonTool

Constructors

Name Description
C1InsertImageTool()

Initializes a new instance of a C1InsertImageTool.

Fields

Name Description
CanUserInsertFileProperty

Identifies the CanUserInsertFile dependency property.

CanUserInsertUrlProperty

Identifies the CanUserInsertUrl dependency property.

Properties

Name Description
CanUserInsertFile

Gets or sets a value indicating whether the user is allowed to insert an image from data in a local file.

CanUserInsertUrl

Gets or sets a value indicating whether the user is allowed to insert linked images via an internet address.

Methods

Name Description
Do(C1TextRange)
OnClick()