[This is preliminary documentation and is subject to change.]

Performs all operations needed to switch MessageBox form StateClosed to Created

Namespace: Tools.WindowsT.FormsT
Assembly: 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

ExceptionCondition
System..::..InvalidOperationExceptionState is not Closed. This exception never occures in this implementation because Recycle()()()() ensures that RecycleInternal()()()() is caled only when State is Closed.

See Also