Rainbow 2.0 Code Documentation

DesktopPanesDesigner. Method

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.

Overload List

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

See Also

DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace