RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / TextDropEventArgs Class / Handled Property

In This Topic
    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