[]
Toolbar button that inserts images in a C1RichTextBox.
public class C1InsertImageTool : C1ButtonTool
| Name | Description |
|---|---|
| C1InsertImageTool() | Initializes a new instance of a C1InsertImageTool. |
| Name | Description |
|---|---|
| CanUserInsertFileProperty | Identifies the CanUserInsertFile dependency property. |
| CanUserInsertUrlProperty | Identifies the CanUserInsertUrl dependency property. |
| 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. |
| Name | Description |
|---|---|
| Do(C1TextRange) | |
| OnClick() |