Unplanned
Last Updated: 03 Dec 2019 11:44 by ADMIN
Dimitar
Created on: 03 Dec 2019 11:43
Category: RichTextBox
Type: Bug Report
1
RichTextBox: NullReferenceException when setting the document to null

To reproduce: 

protected override void OnClosing(CancelEventArgs e)
{
    this.radRichTextBox.Document = null;
    base.OnClosing(e);
}

0 comments