[This is preliminary documentation and is subject to change.]
If overriden in derived class closes the message box with given response
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract void Close( DialogResult Response ) |
| Visual Basic |
|---|
Public MustOverride Sub Close ( _ Response As DialogResult _ ) |
| Visual C++ |
|---|
public: virtual void Close( DialogResult Response ) abstract |
| F# |
|---|
abstract Close : Response:DialogResult -> unit |
| JScript |
|---|
public abstract function Close( Response : DialogResult ) |
Parameters
- Response
- Type: System.Windows.Forms..::..DialogResult
Response returned by the Show(Window, String) function