示例#1
0
 /// <inheritdoc/>
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         FRichTextBox.Dispose();
         FRichTextBox = null;
     }
     base.Dispose(disposing);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RichObject"/> class with default settings.
 /// </summary>
 public RichObject()
 {
     FDataColumn  = "";
     FRichTextBox = new FRRichTextBox();
     SetFlags(Flags.HasSmartTag, true);
 }