NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.Dispose

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();

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace