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

If overriden in derived class closes the message box with given response

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override void Close(
	DialogResult Response
)
Visual Basic
Public Overrides Sub Close ( _
	Response As DialogResult _
)
Visual C++
public:
virtual void Close(
	DialogResult Response
) override
F#
abstract Close : 
        Response:DialogResult -> unit 
override Close : 
        Response:DialogResult -> unit 
JScript
public override function Close(
	Response : DialogResult
)

Parameters

Response
Type: System.Windows.Forms..::..DialogResult
Response returned by the Show(Window, String) function

Exceptions

ExceptionCondition
System..::..NotImplementedExceptionAlways

See Also