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

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

Syntax

C#
public bool CanUserInsertFile { get; set; }
Visual Basic
Public Property CanUserInsertFile As Boolean
	Get
	Set

See Also