A type's Dispose method should release all the resources that it owns. It should also release all resources owned by its base types by calling its parent type's Dispose method.
Releases all resources used by the ComponentDesigner.
Inherited from ComponentDesigner.
[Visual Basic] Public Sub () _ Implements IDisposable.
[C#] public void ();
[C++] public: void ();
[JScript] public function ();
A type's Dispose method should release all the resources that it owns. It should also release all resources owned by its base types by calling its parent type's Dispose method.
[Visual Basic] Overrides OverloadsProtected Sub (ByVal Boolean)
[C#] protected override void (bool);
[C++] protected: void (bool);
[JScript] protected override function (bool);
DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace