/// <inheritdoc/> protected override void Dispose(bool disposing) { if (disposing) { FRichTextBox.Dispose(); FRichTextBox = null; } base.Dispose(disposing); }
/// <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); }