[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1InsertImageItemTool

C1InsertImageItemTool Class

Toolbar item that inserts images in a C1RichTextBox.

Inheritance
C1InsertImageItemTool
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
public class C1InsertImageItemTool : C1ItemTool

Constructors

Name Description
C1InsertImageItemTool()

Initializes a new instance of a C1InsertImageItemTool.

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()