Gets or sets whether text drop has already be handled. If set to true, C1RichTextBox does nothing on text drop.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

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

See Also