Frees all resources assocaited with this control. This method may not be called at runtime. Any resources used by the control should be setup to be released when the control is GC'ed. Inheriting classes should always call base.dispose.
[Visual Basic] Overrides Public Sub Dispose() [C#] public override void Dispose(); [C++] public: override void Dispose(); [JScript] public override function Dispose();
RichTextBox Class | RichTextBox Members | System.WinForms Namespace