Called to cleanup a MonthCalendar. Normally you do not need to call this as the garbage collector will cleanup the buffer for you. However, there may be times when you may want to expedite the garbage collectors cleanup.
[Visual Basic] Overrides Public Sub Dispose() [C#] public override void Dispose(); [C++] public: override void Dispose(); [JScript] public override function Dispose();
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace