Destroys and removes this web view control. Any call to members of this control
after calling this method, will cause a InvalidOperationException.
Namespace: Awesomium.Windows.ControlsAssembly: Awesomium.Windows.Controls (in Awesomium.Windows.Controls.dll) Version: 1.6.6.0 (1.6.6.0)
Syntax
| C# |
|---|
public void Close() |
| Visual Basic |
|---|
Public Sub Close |
| Visual C++ |
|---|
public: virtual void Close() sealed |
Implements
IWebView..::..Close()()()()
Remarks
To avoid exceptions, do not call this method when the hosting UI of the control (if any)
is still alive and visible.