Compartir a través de


HostingForm Class

Definition

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

Applies to