HostingForm Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This WinForm hosts the Windows Control of hosted application of type Hosted Windows Control and axWebBrowser of Hosted Web Application.
public ref class HostingForm : System::Windows::Forms::Form
public class HostingForm : System.Windows.Forms.Form
type HostingForm = class
inherit Form
Public Class HostingForm
Inherits Form
- Inheritance
-
HostingForm
Constructors
HostingForm() |
Default Constructor for Hosting Form |
Methods
Dispose(Boolean) |
Clean up any resources being used. |
ProcessCmdKey(Message, Keys) |
Stops the user from closing the form with Alt+F4 |