[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected override void RecycleInternal() |
| Visual Basic |
|---|
Protected Overrides Sub RecycleInternal |
| Visual C++ |
|---|
protected: virtual void RecycleInternal() override |
| F# |
|---|
abstract RecycleInternal : unit -> unit override RecycleInternal : unit -> unit |
| JScript |
|---|
protected override function RecycleInternal() |
Remarks
Called by Recycle()()()().
Note to inheritors: Always call base-class method RecycleInternal()()()().
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | State is not Closed. This exception never occures in this implementation because Recycle()()()() ensures that RecycleInternal()()()() is caled only when State is Closed. |