Handled Property (TextDropEventArgs)
In This Topic
Gets or sets whether text drop has already be handled. If set to true,
C1RichTextBox does nothing on text drop.
Syntax
'Declaration
Public Property Handled As Boolean
public bool Handled {get; set;}
See Also